How to Install and Uninstall libsolv.i686 Package on CentOS 8 / RHEL 8

Last updated: September 28,2024

1. Install "libsolv.i686" package

This guide let you learn how to install libsolv.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libsolv.i686

2. Uninstall "libsolv.i686" package

Here is a brief guide to show you how to uninstall libsolv.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libsolv.i686 $ sudo dnf autoremove

3. Information about the libsolv.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:51:05 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libsolv
Version : 0.7.11
Release : 1.el8
Architecture : i686
Size : 376 k
Source : libsolv-0.7.11-1.el8.src.rpm
Repository : baseos
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.