Installing Driver
-
2. Installing CUPS
To Install CUPS, simply run:
sudo pacman -Sy cups cups-pdf
-
3. Adding User
Next, Add User to the Printing Group
Run:sudo gpasswd -a $LOGNAME lp
Enable CUPS’s Web Interface Administration:
sudo gpasswd -a $LOGNAME lpadmin
-
4. Connecting Printer
Ensure your printer is powered on and connected!
-
5. Running CUPS
Now Run the CUPS Service
To start it, run:sudo systemctl start org.cups.cupsd.service
Enable CUPS to start at boot:
sudo systemctl enable org.cups.cupsd.service
-
6. Setting Up Driver
Install Printer Driver on Arch Linux
Contents