How to Install and Uninstall python-resolvelib.src Package on Oracle Linux 9

Last updated: May 20,2024

1. Install "python-resolvelib.src" package

This guide covers the steps necessary to install python-resolvelib.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-resolvelib.src

2. Uninstall "python-resolvelib.src" package

This guide covers the steps necessary to uninstall python-resolvelib.src on Oracle Linux 9:

$ sudo dnf remove python-resolvelib.src $ sudo dnf autoremove

3. Information about the python-resolvelib.src package on Oracle Linux 9

Last metadata expiration check: 1:28:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-resolvelib
Version : 0.5.4
Release : 5.el9
Architecture : src
Size : 640 k
Source : None
Repository : ol9_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...