how to install hplip12.4 using terminal

Asked by hlb244

how do i install hplip-3.12.4

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu hplip Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

mark the .run file executable and run it as user (not using sudo). if the file is called foo.run and is in ~/Downloads then run:

cd ~/Downloads
chmod +x foo.run
./foo.run

will make it install

Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#3
Revision history for this message
hlb244 (hlb244) said :
#4

Thanks Mark Rijckenberg, that solved my question.

Revision history for this message
hlb244 (hlb244) said :
#5

thank you all hlb244