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

Last updated: July 02,2024

1. Install "python310-unearth" package

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

$ sudo zypper refresh $ sudo zypper install python310-unearth

2. Uninstall "python310-unearth" package

Learn how to uninstall python310-unearth on openSuSE Tumbleweed:

$ sudo zypper remove python310-unearth

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

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