How to Install and Uninstall python3-debian.noarch Package on Rocky Linux 8

Last updated: July 03,2024

1. Install "python3-debian.noarch" package

This tutorial shows how to install python3-debian.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-debian.noarch

2. Uninstall "python3-debian.noarch" package

Please follow the steps below to uninstall python3-debian.noarch on Rocky Linux 8:

$ sudo dnf remove python3-debian.noarch $ sudo dnf autoremove

3. Information about the python3-debian.noarch package on Rocky Linux 8

Last metadata expiration check: 1:16:47 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-debian
Version : 0.1.36
Release : 9.el8
Architecture : noarch
Size : 113 k
Source : python-debian-0.1.36-9.el8.src.rpm
Repository : epel
Summary : Modules for Debian-related data formats
URL : https://salsa.debian.org/python-debian-team/python-debian
License : GPLv2+ and GPLv3+
Description : This package provides Python modules that abstract many formats of Debian
: related files. Currently handled are:
: * Debtags information (debian.debtags module)
: * debian/changelog (debian.changelog module)
: * Packages files, pdiffs (debian.debian_support module)
: * Control files of single or multiple RFC822-style paragraphs, e.g.
: debian/control, .changes, .dsc, Packages, Sources, Release, etc.
: (debian.deb822 module)
: * Raw .deb and .ar files, with (read-only) access to contained
: files and meta-information