How to Install and Uninstall python310-pako Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python310-pako" package

This is a short guide on how to install python310-pako on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pako

2. Uninstall "python310-pako" package

Here is a brief guide to show you how to uninstall python310-pako on openSuSE Tumbleweed:

$ sudo zypper remove python310-pako

3. Information about the python310-pako package on openSuSE Tumbleweed

Information for package python310-pako:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pako
Version : 0.3.1-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 41.6 KiB
Installed : No
Status : not installed
Source package : python-pako-0.3.1-1.10.src
Upstream URL : https://github.com/MycroftAI/pako
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