8,560
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) Tags: Mobile web edit Mobile edit |
||
Line 12: | Line 12: | ||
pamac install manjaro-printer | pamac install manjaro-printer | ||
Note that you may need to add yourself to the {{ic|sys}} group. To do this, | Note that you may need to add yourself to the {{ic|sys}} group. To do this, use the command: | ||
sudo gpasswd -a yourusername sys | sudo gpasswd -a yourusername sys | ||
= Enabling Printing Capabilities = | = Enabling Printing Capabilities = | ||
Line 22: | Line 21: | ||
sudo systemctl enable --now cups.socket | sudo systemctl enable --now cups.socket | ||
sudo systemctl enable --now cups.path | sudo systemctl enable --now cups.path | ||
If easy detection of network printers is needed (not all editions have avahi installed and running) the following service can be installed & started: | |||
pamac install avahi | |||
sudo systemctl enable --now avahi-daemon.service | |||