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

Last updated: October 06,2024

1. Install "python3-apt.x86_64" package

Learn how to install python3-apt.x86_64 on Fedora 38

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

2. Uninstall "python3-apt.x86_64" package

Here is a brief guide to show you how to uninstall python3-apt.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 3:01:20 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-apt
Version : 2.3.0
Release : 4.fc38
Architecture : x86_64
Size : 293 k
Source : python-apt-2.3.0-4.fc38.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.