How to Install and Uninstall apt-libs.i686 Package on Fedora 36

Last updated: May 06,2024

1. Install "apt-libs.i686" package

This tutorial shows how to install apt-libs.i686 on Fedora 36

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

2. Uninstall "apt-libs.i686" package

In this section, we are going to explain the necessary steps to uninstall apt-libs.i686 on Fedora 36:

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

3. Information about the apt-libs.i686 package on Fedora 36

Last metadata expiration check: 4:42:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : apt-libs
Version : 2.5.2
Release : 1.fc36
Architecture : i686
Size : 1.2 M
Source : apt-2.5.2-1.fc36.src.rpm
Repository : updates
Summary : Runtime libraries for apt
URL : https://tracker.debian.org/pkg/apt
License : GPLv2+
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).