How do I download the hplip plugins and make them executable?

Asked by Manuel Díaz

If I click on the "hplip-3.22.2-plugin.run" file, it doesn't download, the code opens, but I don't know how to use it.
The problem I have is that in ubuntu 20.04 it does not let me install the plugins for my printer. It gives me an error in the installation.

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Manuel Díaz
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Open a terminal window, change directory to where the plugin.run file is stored (e.g. "cd Downloads") and enter the command

sh ./hplip-3.22.2-plugin.run

What happens?

Revision history for this message
Manuel Díaz (mdcolla) said :
#2

Good Morning.
Solved it with python3 $(which hp-plugin).
thanks.