Printer driver package for PostScript Printers
Usage/Setup: Install this Snap, go to http://localhost:8000/
(or to http://localhost:8001/
, ... if you have more than one Printer Application installed), click "Add Printer". Detailed instructions: https://github.com/OpenPrinting/ps-printer-app#installing-and-building
If you want to use a PostScript printer under any Snap-supporting operating system this is the software to use. It already support several thousands of different printer models and if your PostScript printer is not explicitly supported, you can add its PPD file (PostScript Printer Description file, comes with the printer's Windows/Mac/Linux drivers) or resort to generic PostScript support.
If your PostScript printer is from HP you can alternatively use the HPLIP Printer Application (https://snapcraft.io/hplip-printer-app). Use the HPLIP Printer Application if you want to print and scan simultaneously on a multi-function device and PostScript Printer Application if you want to be able to query your printer for its installed accessories (like extra trays, finisher, duplex, ...).
This Printer Application emulates a driverless IPP network printer (IPP Everywhere) for each physical printer set up with it, so your computer's printing environment discovers it automatically and makes your printer(s) available for printing. Like on a physical network printer there is a web interface for administration, here especially also for adding and configuring printers. You find it with your browser under https://localhost:8000/
. Note that currently printers have to get added via the web interface to use them. In the future, there will be utilities to easily find non-driverless printers and find the correct Printer Application for them.
With modern printers usually being driverless IPP printers, classic printer drivers, installed under CUPS by its web interface or a printer setup tool, are deprecated and replaced by Printer Applications which emulate driverless IPP printers as this one.
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Snap can be installed from the command line on openSUSE Leap 15.x and Tumbleweed.
You need first add the snappy repository from the terminal. Choose the appropriate command depending on your installed openSUSE flavor.
Tumbleweed:
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Tumbleweed snappy
Leap 15.x:
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.6 snappy
If needed, Swap out openSUSE_Leap_15.
for, openSUSE_Leap_16.0
if you’re using a different version of openSUSE.
With the repository added, import its GPG key:
sudo zypper --gpg-auto-import-keys refresh
Finally, upgrade the package cache to include the new snappy repository:
sudo zypper dup --from snappy
Snap can now be installed with the following:
sudo zypper install snapd
You then need to either reboot, logout/login or source /etc/profile
to have /snap/bin added to PATH.
Additionally, enable and start both the snapd and the snapd.apparmor services with the following commands:
sudo systemctl enable --now snapd
sudo systemctl enable --now snapd.apparmor
To install ps-printer-app, simply use the following command:
sudo snap install ps-printer-app
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.