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

Last updated: October 05,2024

1. Install "apt-libs.x86_64" package

This tutorial shows how to install apt-libs.x86_64 on Rocky Linux 9

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

2. Uninstall "apt-libs.x86_64" package

This guide covers the steps necessary to uninstall apt-libs.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:47:28 ago on Fri Feb 16 06:49:52 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).