hp-plugin dows not download

Asked by Ian Sinclair

When trying to install plugin for hplip-3.12.4 clicking the next button has no effect and nothing is installed. I see fron a similar query that the plugin python script can be downloaded from a site (but the answer 167793 refers to an earlier version). Is there any source available for the hp-plugin.run file for version 3.12.4?

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Srikanth
Solved:
Last query:
Last reply:
Revision history for this message
Best Srikanth (srikanth-lokare) said :
#1

Hi,

Please try the following steps.

1. Download the required plugin and asc files using following command.
    $wget http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.12.4-plugin.run
    $wget http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-3.12.4-plugin.run.asc

2. Navigate to the directory where the files are downloaded and change the permission to execute using following command.
   $chmod 777 hplip-3.12.4-plugin.run

3. Now install the plugin using following command as root user.
   $sh hplip-3.12.4-plugin.run

Let us know if the problem still perisists.

Thanks and Regards,
Srikanth Lokare

Revision history for this message
Ian Sinclair (x-ian-x) said :
#2

We have lift-off!
Many thanks, Srikanth.