How to Install and Uninstall libsolv.x86_64 Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "libsolv.x86_64" package

In this section, we are going to explain the necessary steps to install libsolv.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libsolv.x86_64

2. Uninstall "libsolv.x86_64" package

Here is a brief guide to show you how to uninstall libsolv.x86_64 on Oracle Linux 8:

$ sudo dnf remove libsolv.x86_64 $ sudo dnf autoremove

3. Information about the libsolv.x86_64 package on Oracle Linux 8

Last metadata expiration check: 2:57:59 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : libsolv
Version : 0.7.20
Release : 1.el8
Architecture : x86_64
Size : 789 k
Source : libsolv-0.7.20-1.el8.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.