How to Install and Uninstall libsolv.i686 Package on CentOS Stream 9
Last updated: January 10,2025
1. Install "libsolv.i686" package
In this section, we are going to explain the necessary steps to install libsolv.i686 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
libsolv.i686
Copied
2. Uninstall "libsolv.i686" package
This guide covers the steps necessary to uninstall libsolv.i686 on CentOS Stream 9:
$
sudo dnf remove
libsolv.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the libsolv.i686 package on CentOS Stream 9
Last metadata expiration check: 1:20:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libsolv
Version : 0.7.24
Release : 2.el9
Architecture : i686
Size : 426 k
Source : libsolv-0.7.24-2.el9.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.
Available Packages
Name : libsolv
Version : 0.7.24
Release : 2.el9
Architecture : i686
Size : 426 k
Source : libsolv-0.7.24-2.el9.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.