does anybody know how I can install a printer in kde 5 plasma ? I cannot find a module for that in system settings :-(
os configuration is: ubuntu 14.10, kde plasma 5, x64
3 Answers
There is no printer module yet in Plasma 5.
You can use the built-in web cups configuration. Just point a browser to
You need to:
- Install cups with
sudo apt install cups(I'm using Arch, not Ubuntu, so I'm guessing here, but it should be that or something very similar). - Then start + enable the cups service, i.e.
sudo systemctl start cupsandsudo systemctl enable cups. After that, you should already be able to manage your printers on your browser at . - [Optional] If you want to use the KDE System Settings to manage your printers then you need to install the KDE print manager (the package's name is "print-manager" so you'll probably get it installed with
sudo apt install print-manager).
There is a good printer configuration module at the KDE Software center. The software center is bundled with KDE Plasma. Wait for the list to update, and type 'printers' in the search box.
1