How to Install and Uninstall python311-unearth Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python311-unearth" package

Please follow the guidelines below to install python311-unearth on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-unearth

2. Uninstall "python311-unearth" package

This tutorial shows how to uninstall python311-unearth on openSuSE Tumbleweed:

$ sudo zypper remove python311-unearth

3. Information about the python311-unearth package on openSuSE Tumbleweed

Information for package python311-unearth:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-unearth
Version : 0.14.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 374.8 KiB
Installed : No
Status : not installed
Source package : python-unearth-0.14.0-1.2.src
Upstream URL : https://unearth.readthedocs.io/
Summary : A utility to fetch and download python packages
Description :
This project exists as the last piece to complete the puzzle of a package manager. The other pieces are:
- python-resolvelib - Resolves concrete dependencies from a set of (abstract) requirements.
- python-unearth - Finds and downloads the best match(es) for a given requirement.
- python-build - Builds wheels from the source code.
- python-installer - Installs packages from wheels.
They provide all the low-level functionalities that are needed to resolve and install packages.