See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install "lpr"-command > simply use "lp"-command instead
#2
Hi [member=7215]laex2[/member]
I know nothing about "lpr", but I google for it and found this https://www.computerhope.com/unix/ulpr.htm
Basically it states that you should do the following:
1. Manually install CUPS, and lpr itself
Code:
sudo apt-get update && sudo apt-get install cups cups-client lpr

This command will install the Common Unix Printing System on your system. You should now be able to set up CUPS by directing any web browser to the address: http://localhost:631 doing so will open a web-based CUPS configuration screen.

2. From the command line, add your user to the group lpadmin with the command:
Code:
sudo adduser <yourusername> lpadmin
This command will add you to the group of users allowed to administer printers on your system. Now go back to the CUPS web administration panel, and under the administration tab, select "Add Printer." You will be prompted for your username and password, and you should be able to set up a new printer.

I don't know if you already tried that, in any case you could simply read the article for yourself and see if there's something else you can use from it.
EDIT: I also found this post which seems it might be of some help, I just tried what it says and I saw a lpr option in the cups configuration page. Again, I don't know if you tried/did this.
I also searched at the Ubuntu package  site for /usr/bin/lpr as suggested in this post and found these three packages available for download: [color=rgb(221, 72, 20)]cups-bsd[/color], [color=rgb(221, 72, 20)]lpr[/color], [color=rgb(221, 72, 20)]lprng[/color].
Hope this helps! Smile
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Messages In This Thread
Re: How to install "lpr"-command > simply use "lp"-command instead - by Moltke - 11-24-2017, 12:03 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)