Printer Setup
#4667
Replies: 1 comment 1 reply
-
|
There's a Print Settings app you can access with the app launcher ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was thinking would be nice to have a script in
SUPER + ALT + SPACE>INSTALLto install and setup a printer with CUPS or something.There a few notes I took :
//Setup a Printer on with CUPS
Install Required Packages
sudo pacman -S cups cups-pdf system-config-printersudo pacman -S gutenprint foomatic-db foomatic-db-engineyay -S cnijfilter2Start and Enable CUPS
sudo systemctl enable cups.servicesudo systemctl start cups.serviceAdd Your Printer from the Web Interface
Open your browser and go to http://localhost:631.
Navigate to Administration > Add Printer and follow the setup wizard.
All regards Sean.
Beta Was this translation helpful? Give feedback.
All reactions