IT/Software/Applications/CUPS: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with " this is the wonderful and mysteriously dreadful Common Unix Printing System. Usually best to just start over by running three commands. sudo apt-get install --reinstall cu...")
 
No edit summary
Line 4: Line 4:




Usually best to just start over by running three commands.
 
sudo apt-get install --reinstall cups cups-browsed cups-client cups-common cups-daemon cups-server-common
Usually best to just start over by running three commands.  
<br />
<code>sudo apt-get install --reinstall cups cups-browsed cups-client cups-common cups-daemon cups-server-common</code>


then:
then:


sudo systemctl daemon-reload
<code>sudo systemctl daemon-reload</code>
 
You can check the statuses with


You can check the statuses with
<code>service cups status</code>


service cups status
<code>service cups-browsed status</code>


service cups-browsed status
*[[IT/Software/Applications/CUPS | CUPS]]

Revision as of 05:50, 28 October 2021


this is the wonderful and mysteriously dreadful Common Unix Printing System.


Usually best to just start over by running three commands.
sudo apt-get install --reinstall cups cups-browsed cups-client cups-common cups-daemon cups-server-common

then:

sudo systemctl daemon-reload

You can check the statuses with

service cups status

service cups-browsed status