Skip to content

Instantly share code, notes, and snippets.

@kovalroma
Last active October 13, 2022 16:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kovalroma/2025ce2d461978523bb4af5d5166a0ef to your computer and use it in GitHub Desktop.
Save kovalroma/2025ce2d461978523bb4af5d5166a0ef to your computer and use it in GitHub Desktop.

If error

Plugin installation failed
error: Python gobject/dbus may be not installed
error: Plug-in install failed.
Done.

On Linux Mint 20 before HP hplip setup you need install

sudo apt-get install apparmor-utils 

Optionally

sudo aa-disable /usr/share/hplip/plugin.py

Then run as normal user

hp-plugin

Thanks to N0rbert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment