Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:verejne:sit:tiskarna:instalace-linux-ipp [11.01.2022 20:45] – created Pavel Valachen:verejne:sit:tiskarna:instalace-linux-ipp [27.10.2022 23:11] (current) – [Easily using terminal] update with clarification Pavel Valach
Line 4: Line 4:
  
 ===== Easily using terminal ===== ===== Easily using terminal =====
 +
 +**To add the printer**, execute this CUPS command:
 +
 +<code>
 +lpadmin -p Sincoolka-IPP -E -v ipps://tisk2.sin.cvut.cz/printers/sin-c13-hp-ps -m everywhere
 +</code>
 +
 +(you might need to use sudo)
 +
 +Sincoolka-IPP is the name of the printer. You can choose that, but it may not contain spaces. \\
 +You need to be connected to our network during the installation, otherwise the installation will fail and/or the printer might not perform correctly and you may need to remove the printer first before adding.
 +
 +**To remove the printer**, execute this:
  
 <code> <code>
-lpadmin -p SIN-IPP -E -v ipps://tisk2.sin.cvut.cz/printers/sin-c13-hp-pcl3 -m everywhere+lpadmin -x Sincoolka-IPP
 </code> </code>
  
-(možná budete potřebovat použít sudo)+Sincoolka-IPP is the name of the printer.
  
-SIN-IPP is the name of the printer. You can choose that, but it may not contain spaces. 
  
 ===== Through the GUI ===== ===== Through the GUI =====
  • en/verejne/sit/tiskarna/instalace-linux-ipp.1641933903.txt.gz
  • Last modified: 11.01.2022 20:45
  • by Pavel Valach