How to Install and Uninstall python3-apt.x86_64 Package on Fedora 36

Last updated: October 05,2024

1. Install "python3-apt.x86_64" package

Please follow the step by step instructions below to install python3-apt.x86_64 on Fedora 36

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

2. Uninstall "python3-apt.x86_64" package

Please follow the instructions below to uninstall python3-apt.x86_64 on Fedora 36:

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

3. Information about the python3-apt.x86_64 package on Fedora 36

Last metadata expiration check: 5:41:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-apt
Version : 2.3.0
Release : 1.fc36
Architecture : x86_64
Size : 245 k
Source : python-apt-2.3.0-1.fc36.src.rpm
Repository : fedora
Summary : Python 3 bindings for APT
URL : https://tracker.debian.org/pkg/python-apt
License : GPLv2+
Description : The apt_pkg Python 3 interface will provide full access to the internal
: libapt-pkg structures allowing Python 3 programs to easily perform a
: variety of functions, such as:
:
: - Access to the APT configuration system
: - Access to the APT package information database
: - Parsing of Debian package control files, and other files with a
: similar structure
:
: The included 'aptsources' Python interface provides an abstraction of
: the sources.list configuration on the repository and the distro level.