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

Last updated: June 30,2024

1. Install "python3-debian.noarch" package

Here is a brief guide to show you how to install python3-debian.noarch on Oracle Linux 8

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

2. Uninstall "python3-debian.noarch" package

This tutorial shows how to uninstall python3-debian.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 2:22:28 ago on Mon Sep 12 02:51:38 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