*** If CUPS is working on your system, we recommend to use CUPS.
PJ-Printer driver install for CUPS
- Step 1. Login as a superuser ( or use "sudo" option if it is required )
- Step 2. Download drivers
- Download LPR driver.
- P-touch, QL/PJ-Printer Driver download page
- Step 3. Install LPR driver
- 3-1. Turn on the printer and connect the USB cable.
*** Click the close button if the installation wizard comes up ***
- 3-2. Open the terminal and go to the directory where the drivers are.
- 3-3. Install LPR driver
- Command (for dpkg) : dpkg -i --force-all (lpr-drivername)
- Command (for rpm) : rpm -ihv --nodeps (lpr-drivername)
- 3-4. Check if the LPR driver is installed
- Command (for dpkg) : dpkg -l | grep Brother
- Command (for rpm) : rpm -qa | grep (lpr-drivername)