How to Install and Uninstall libsolv.x86_64 Package on CentOS Stream 9
Last updated: January 12,2025
1. Install "libsolv.x86_64" package
Please follow the guidelines below to install libsolv.x86_64 on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
libsolv.x86_64
Copied
2. Uninstall "libsolv.x86_64" package
This guide let you learn how to uninstall libsolv.x86_64 on CentOS Stream 9:
$
sudo dnf remove
libsolv.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libsolv.x86_64 package on CentOS Stream 9
Last metadata expiration check: 0:13:23 ago on Sat Mar 16 16:03:45 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.
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.