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

Last updated: July 05,2024

1. Install "python39-unearth" package

This guide covers the steps necessary to install python39-unearth on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-unearth

2. Uninstall "python39-unearth" package

This guide covers the steps necessary to uninstall python39-unearth on openSuSE Tumbleweed:

$ sudo zypper remove python39-unearth

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

Information for package python39-unearth:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-unearth
Version : 0.14.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 276.3 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.