How to Install and Uninstall pkipplib Package on openSUSE Leap

Last updated: December 28,2024

1. Install "pkipplib" package

Please follow the steps below to install pkipplib on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install pkipplib

2. Uninstall "pkipplib" package

Learn how to uninstall pkipplib on openSUSE Leap:

$ sudo zypper remove pkipplib

3. Information about the pkipplib package on openSUSE Leap

Information for package pkipplib:
---------------------------------
Repository : Main Repository
Name : pkipplib
Version : 0.07-bp153.183.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 94,0 KiB
Installed : No
Status : not installed
Source package : pkipplib-0.07-bp153.183.12.src
Summary : IPP and CUPS support for Python
Description :
This software is a Python library which can prepare IPP requests with
the help of a somewhat high level API. These requests can then be sent
to an IPP printer or print server (e.g. CUPS).
This library can also parse IPP answers received, and create high level
Python objects from them.
Both of these actions can be done through an IPPRequest class and its
instance methods.
Finally, a CUPS class can be leveraged to easily deal with CUPS print
servers.
All of this library being written in the Python language, there is no
need to link the code with the CUPS' API, which makes it independant of
the CUPS version being installed.
Nevertheless some features require an appropriate CUPS version which
supports the functionality (e.g. IPP subscriptions require CUPS 1.2.x).