Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created April 13, 2021 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sogaiu/22db497c4552c2a2dc309d3461d31d37 to your computer and use it in GitHub Desktop.
Save sogaiu/22db497c4552c2a2dc309d3461d31d37 to your computer and use it in GitHub Desktop.
setup hp printer on arch derivative
# install relevant packages
yay -S cups cups-pdf hplip python-pyqt5
# enable and start cups
sudo systemctl enable cups.service
sudo systemctl start cups.service
# printer set up - follow prompts - program should guess ppd file correctly
sudo hp-setup -i
# can print using
hp-toolbox
########
references:
https://unix.stackexchange.com/a/392629
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment