How to Install and Uninstall python2-pako Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-pako" package

This guide let you learn how to install python2-pako on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pako

2. Uninstall "python2-pako" package

In this section, we are going to explain the necessary steps to uninstall python2-pako on openSUSE Leap:

$ sudo zypper remove python2-pako

3. Information about the python2-pako package on openSUSE Leap

Information for package python2-pako:
-------------------------------------
Repository : Main Repository
Name : python2-pako
Version : 0.2.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 27,2 KiB
Installed : No
Status : not installed
Source package : python-pako-0.2.3-bp153.1.15.src
Summary : The universal package manager library
Description :
Often, scripts need to install system dependencies using the native package
manager of the user's OS. Typically, this is solved by having some bash script
that runs apt-get, assuming the user is on Ubuntu. Smarter scripts use hand
crafted code to detect the user's platform and aggregate a set of dependencies
on a few of the more popular platforms. Our approach is different:
* Parse package format (devel/debug/normal library or executable)
* Look up package managers that exist in PATH
* Format parsed package with common package convention of package manager
More on https://github.com/MycroftAI/pako