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

Last updated: July 08,2024

1. Install "libsolv.i686" package

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

$ sudo dnf update $ sudo dnf install libsolv.i686

2. Uninstall "libsolv.i686" package

Please follow the instructions below to uninstall libsolv.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libsolv.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:33:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libsolv
Version : 0.7.24
Release : 2.el9
Architecture : i686
Size : 428 k
Source : libsolv-0.7.24-2.el9.src.rpm
Repository : ubi-9-baseos-rpms
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.