How to Install and Uninstall apt-libs.x86_64 Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "apt-libs.x86_64" package

Learn how to install apt-libs.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install apt-libs.x86_64

2. Uninstall "apt-libs.x86_64" package

This is a short guide on how to uninstall apt-libs.x86_64 on Oracle Linux 9:

$ sudo dnf remove apt-libs.x86_64 $ sudo dnf autoremove

3. Information about the apt-libs.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:22:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : apt-libs
Version : 2.7.6
Release : 1.el9
Architecture : x86_64
Size : 1.1 M
Source : apt-2.7.6-1.el9.src.rpm
Repository : epel
Summary : Runtime libraries for apt
URL : https://tracker.debian.org/pkg/apt
License : GPL-2.0-or-later
Description : This package includes the libapt-pkg library.
:
: libapt-pkg provides the common functionality for searching and
: managing packages as well as information about packages.
: Higher-level package managers can depend upon this library.
:
: This includes:
: * retrieval of information about packages from multiple sources
: * retrieval of packages and all dependent packages
: needed to satisfy a request either through an internal
: solver or by interfacing with an external one
: * authenticating the sources and validating the retrieved data
: * installation and removal of packages in the system
: * providing different transports to retrieve data over cdrom, ftp,
: http, rsh as well as an interface to add more transports like
: debtorrent (apt-transport-debtorrent).