I’m running KDE Plasma version 6.1.5 and am having trouble installing driver for a Brother MFC-L2820DW (Black). I’ve searched all over the web for solutions and nothing seems to work. I’ve looked at all the similiar topics and the solution seemed to always be AUR. I’ve tried AUR with no success. I get an error message that says target not found. I followed the instructions on the Brother website and get an error. FYI, below are the commands from the brother website with my comments in bold:
- Install Linux driver
- Turn on the printer and connect the USB cable. (I have a network connection).
- Open the terminal and go to the directory where the driver is. (cd downloads)
- Install Linux driver.The install process may take some time. Please wait until it is complete.
Command (for rpm) : rpm -ihv --nodeps (linux-drivername)* (I’ve tried different variations here and nothing works-see below) - Check if the Linux driver is installed (haven’t got to this point yet)
3.Command (for rpm) : rpm -qa | grep -e (linux-drivername)* (don’t understand the format)
The name of the downloaded file is: mfcl2820dwpdrv-4.1.0-1.i386.rpm
I’ve tried lots of different variations of the recommended command i.e.:
sudo rpm -ihv --nodeps (mfcl2820dwpdrv-4.1.0-1.i386.rpm)
sudo rpm -ihv --nodeps (mfcl2820dwpdrv-4.1.0-1.i386)
sudo rpm -ihv --nodeps (mfcl2820dwpdrv-4.1.0-1)
I always get an error that says a number was expected
Please help me get this driver installed so I can use this printer.
Sincerely appreciated!!