kde 5 plasma printer configuration module not found

10,287

Solution 1

There is no printer module yet in Plasma 5.

You can use the built-in web cups configuration. Just point a browser to http://localhost:631

Solution 2

You need to:

  1. 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).
  2. Then start + enable the cups service, i.e. sudo systemctl start cups and sudo systemctl enable cups. After that, you should already be able to manage your printers on your browser at http://localhost:631.
  3. [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).
Share:
10,287

Related videos on Youtube

Rodislav Moldovan
Author by

Rodislav Moldovan

Quick Note: Not available for hiring. I'm a Full Stack IT Engineer for ~10 years. I worked mostly with Electronic Payments, Web Development, Media Streaming, User Interfaces. You can get in touch with me anytime. I'll be glad to help and discuss about different topics.

Updated on September 18, 2022

Comments

  • Rodislav Moldovan
    Rodislav Moldovan almost 2 years

    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

  • NerdOfCode
    NerdOfCode over 5 years
    I'd consider improving the description of your answer, and possibly add an image or two for easier navigation. Thanks for contributing!