How to Install and Uninstall python3-resolvelib.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-resolvelib.noarch" package

Please follow the instructions below to install python3-resolvelib.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-resolvelib.noarch" package

Here is a brief guide to show you how to uninstall python3-resolvelib.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-resolvelib.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:18:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-resolvelib
Version : 0.5.4
Release : 5.el9
Architecture : noarch
Size : 38 k
Source : python-resolvelib-0.5.4-5.el9.src.rpm
Repository : ubi-9-appstream-rpms
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...