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

Last updated: October 05,2024

1. Install "libsolv.src" package

Please follow the steps below to install libsolv.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libsolv.src

2. Uninstall "libsolv.src" package

Please follow the guidelines below to uninstall libsolv.src on Oracle Linux 8:

$ sudo dnf remove libsolv.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:11:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libsolv
Version : 0.7.20
Release : 1.el8
Architecture : src
Size : 743 k
Source : None
Repository : ol8_baseos_latest
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.