How to Install and Uninstall libsolv.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "libsolv.x86_64" package

Please follow the step by step instructions below to install libsolv.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libsolv.x86_64

2. Uninstall "libsolv.x86_64" package

This guide covers the steps necessary to uninstall libsolv.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libsolv.x86_64 $ sudo dnf autoremove

3. Information about the libsolv.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:42:12 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : libsolv
Version : 0.7.24
Release : 2.el9
Architecture : x86_64
Size : 887 k
Source : libsolv-0.7.24-2.el9.src.rpm
Repository : @System
Summary : Package dependency solver
URL : https://github.com/openSUSE/libsolv
License : BSD
Description : A free package dependency solver using a satisfiability algorithm. The
: library is based on two major, but independent, blocks:
:
: - Using a dictionary approach to store and retrieve package
: and dependency information.
:
: - Using satisfiability, a well known and researched topic, for
: resolving package dependencies.