How to Install and Uninstall python3-distro Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-distro" package

Please follow the instructions below to install python3-distro on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-distro

2. Uninstall "python3-distro" package

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

$ sudo zypper remove python3-distro

3. Information about the python3-distro package on openSUSE Leap

Information for package python3-distro:
---------------------------------------
Repository : Main Repository
Name : python3-distro
Version : 1.5.0-3.5.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 151.8 KiB
Installed : No
Status : not installed
Source package : python-distro-1.5.0-3.5.1.src
Upstream URL : https://github.com/nir0s/distro
Summary : Linux Distribution - a Linux OS platform information API
Description :
distro (for: Linux Distribution) provides information about the Linux distribution it runs on, such as a reliable machine-readable ID, or version information.
It is a renewed alternative implementation for Python's original platform.linux_distribution function, but it also provides much more functionality which isn't necessarily Python bound like a command-line interface.