LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Where are hplipopensource's cli commands? (https://www.linuxquestions.org/questions/linux-software-2/where-are-hplipopensources-cli-commands-4175584565/)

rlynwood 07-13-2016 02:59 PM

Where are hplipopensource's cli commands?
 
Hello,

HP's hplipopensource site includes instructions for downloading/installing HP's printer software, its Device Manager, on its site http://hplipopensource.com/hplip-web...all/index.html. That page used to include the commands each instruction set refers to; now it doesn't. I've asked its help section, hplipopensource's page in Ubuntu's Launchpad, to no avail; no answer after nearly two weeks. Can anyone here tell me where those commands are?

Regards,
Lynn

beachboy2 07-13-2016 03:57 PM

rlynwood,

I have no idea what HP have done with those original commands.

Switch on the printer and connect to your computer via USB cable.

Click on Download HPLIP from the hplip link.

In my case the downloaded hplip-3.16.5.run file will be placed on my Desktop. (You may use Downloads, so change the following location accordingly).

In Terminal:

Code:

cd Desktop

sh hplip-3.16.5.run

Then follow the on-screen instructions.

frankbell 07-13-2016 08:35 PM

Do you mean commands like

Code:

hp-setup
hp-toolbox

and the like that call various individual HPLIP programs?

Try

Code:

ls /usr/bin/hp*

Shadow_7 07-14-2016 10:50 AM

$ apt-file list hplip | grep -i bin/

hplip: /usr/bin/hp-align
hplip: /usr/bin/hp-check
hplip: /usr/bin/hp-clean
hplip: /usr/bin/hp-colorcal
hplip: /usr/bin/hp-config_usb_printer
hplip: /usr/bin/hp-doctor
hplip: /usr/bin/hp-firmware
hplip: /usr/bin/hp-hpdio
hplip: /usr/bin/hp-info
hplip: /usr/bin/hp-levels
hplip: /usr/bin/hp-logcapture
hplip: /usr/bin/hp-makeuri
hplip: /usr/bin/hp-pkservice
hplip: /usr/bin/hp-plugin
hplip: /usr/bin/hp-probe
hplip: /usr/bin/hp-query
hplip: /usr/bin/hp-scan
hplip: /usr/bin/hp-setup
hplip: /usr/bin/hp-testpage
hplip: /usr/bin/hp-timedate
hplip: /usr/bin/hp-unload
hplip: /usr/sbin/hpssd
hplip-gui: /usr/bin/hp-check-plugin
hplip-gui: /usr/bin/hp-devicesettings
hplip-gui: /usr/bin/hp-diagnose_plugin
hplip-gui: /usr/bin/hp-diagnose_queues
hplip-gui: /usr/bin/hp-fab
hplip-gui: /usr/bin/hp-faxsetup
hplip-gui: /usr/bin/hp-linefeedcal
hplip-gui: /usr/bin/hp-makecopies
hplip-gui: /usr/bin/hp-pqdiag
hplip-gui: /usr/bin/hp-print
hplip-gui: /usr/bin/hp-printsettings
hplip-gui: /usr/bin/hp-sendfax
hplip-gui: /usr/bin/hp-systray
hplip-gui: /usr/bin/hp-toolbox
hplip-gui: /usr/bin/hp-wificonfig

Those commands?

rlynwood 07-15-2016 02:32 PM

Thank you all very much. Beachboy2 gave the answer I needed, reminding me of the procedure. I installed it in four OSes and saved the instructions for the future. Thanks again.

beachboy2 07-15-2016 02:46 PM

rlynwood,

Glad to be of assistance.


All times are GMT -5. The time now is 01:05 AM.