How to Install and Uninstall python38-resolvelib.noarch Package on CentOS Stream 8

Last updated: September 28,2024

1. Install "python38-resolvelib.noarch" package

This is a short guide on how to install python38-resolvelib.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python38-resolvelib.noarch

2. Uninstall "python38-resolvelib.noarch" package

Learn how to uninstall python38-resolvelib.noarch on CentOS Stream 8:

$ sudo dnf remove python38-resolvelib.noarch $ sudo dnf autoremove

3. Information about the python38-resolvelib.noarch package on CentOS Stream 8

Last metadata expiration check: 4:02:50 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python38-resolvelib
Version : 0.5.4
Release : 5.el8
Architecture : noarch
Size : 30 k
Source : python-resolvelib-0.5.4-5.el8.src.rpm
Repository : appstream
Summary : Resolve abstract dependencies into concrete ones
URL : https://github.com/sarugaku/resolvelib.git
License : ISC
Description : ResolveLib at the highest level provides a Resolver class that
: includes dependency resolution logic. You give it some things, and a little
: information on how it should interact with them, and it will spit out a
: resolution result. Intended Usage :: import resolvelib Things I want to
: resolve. requirements [...] Implement logic so the resolver understands the
: requirement format. class...