How to Install and Uninstall libsolv.x86_64 Package on Fedora 35

Last updated: October 07,2024

1. Install "libsolv.x86_64" package

In this section, we are going to explain the necessary steps to install libsolv.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libsolv.x86_64

2. Uninstall "libsolv.x86_64" package

Please follow the steps below to uninstall libsolv.x86_64 on Fedora 35:

$ sudo dnf remove libsolv.x86_64 $ sudo dnf autoremove

3. Information about the libsolv.x86_64 package on Fedora 35

Last metadata expiration check: 2:24:18 ago on Wed Sep 7 08:25:01 2022.
Installed Packages
Name : libsolv
Version : 0.7.22
Release : 1.fc35
Architecture : x86_64
Size : 885 k
Source : libsolv-0.7.22-1.fc35.src.rpm
Repository : @System
From repo : updates
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.