Printers on Arch Linux
Here are the steps to use your printer on Arch Linux:
- Install
cups
,system-config-printer
andlibcups
.
sudo pacman -S cups system-config-printer libcups
- Enable and start CUPS.
sudo systemctl enable cups
sudo systemctl start cups
- Run
system-config-printer
.
system-config-printer
Press
Add
in the window that pops up.Select your printer.
Follow the application's instructions.
You're done!