Manjaro Difference between revisions of "Printing"

Difference between revisions of "Printing"

From Manjaro
m (driver adjustment)
m (add template UserCmd and BoxSuccess)
Line 13: Line 13:
<!--T:4-->
<!--T:4-->
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:
pamac install manjaro-printer
{{UserCmd|command=pamac install manjaro-printer}}


<!--T:5-->
<!--T:5-->
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, use the command:
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, use the command:
sudo gpasswd -a yourusername sys
{{UserCmd|command=sudo gpasswd -a your_username sys}}


= Enabling Printing Capabilities = <!--T:6-->
= Enabling Printing Capabilities = <!--T:6-->
Line 23: Line 23:
<!--T:7-->
<!--T:7-->
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:
sudo systemctl enable --now cups.service
{{UserCmd|command=sudo systemctl enable --now cups.service}}
sudo systemctl enable --now cups.socket
{{UserCmd|command=sudo systemctl enable --now cups.socket}}
sudo systemctl enable --now cups.path
{{UserCmd|command=sudo systemctl enable --now cups.path}}


<!--T:62-->
<!--T:62-->
Line 31: Line 31:


  <!--T:63-->
  <!--T:63-->
pamac install avahi
{{UserCmd|command=pamac install avahi}}
sudo systemctl enable --now avahi-daemon.service
{{UserCmd|command=sudo systemctl enable --now avahi-daemon.service}}




Line 65: Line 65:
* '''Desktop Interface''': A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install your DE's printer config package using your favorite package manager or by using one of the following commands.
* '''Desktop Interface''': A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install your DE's printer config package using your favorite package manager or by using one of the following commands.
GNOME:  
GNOME:  
pamac install system-config-printer.
{{UserCmd|command=pamac install system-config-printer}}
KDE:
KDE:
pamac install print-manager
{{UserCmd|command=pamac install print-manager}}
 
 


===CUPS Webpage Interface=== <!--T:18-->
===CUPS Webpage Interface=== <!--T:18-->


<!--T:19-->
<!--T:19-->
Line 83: Line 80:
  <!--T:21-->
  <!--T:21-->
http://localhost:631/
http://localhost:631/


<!--T:22-->
<!--T:22-->
{{tip|You can also just click the address provided above to access the CUPS web interface!}}
{{BoxSuccess|Tip|You can also just click the address provided above to access the CUPS web interface!}}
<br clear="all" />
<br clear="all" />


Line 134: Line 130:


<!--T:34-->
<!--T:34-->
{{tip|CUPS will usually help you out by showing recommended choices for each step.}}
{{BoxSuccess|Tip|CUPS will usually help you out by showing recommended choices for each step.}}


<!--T:35-->
<!--T:35-->
Line 216: Line 212:
<!--T:57-->
<!--T:57-->
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:
sudo systemctl disable --now cups.service
{{UserCmd|command=sudo systemctl disable --now cups.service}}
sudo systemctl disable --now cups.socket
{{UserCmd|command=sudo systemctl disable --now cups.socket}}
sudo systemctl disable --now cups.path
{{UserCmd|command=sudo systemctl disable --now cups.path}}




Cookies help us deliver our services. By using our services, you agree to our use of cookies.