Impression Linux à l'imprimante

#setup the printer, might not be required
#see avalaible printers
lpstat -p
#set the printer as printing destination
lpadmin -d [printer-name]
#check if the printer has been set as destination
lpstat -d


#print
lp /file-to-print
Lucas Webdev