How to Install and Uninstall python3-debrepo.noarch Package on Fedora 34

Last updated: September 23,2024

1. Install "python3-debrepo.noarch" package

In this section, we are going to explain the necessary steps to install python3-debrepo.noarch on Fedora 34

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

2. Uninstall "python3-debrepo.noarch" package

Please follow the instructions below to uninstall python3-debrepo.noarch on Fedora 34:

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

3. Information about the python3-debrepo.noarch package on Fedora 34

Last metadata expiration check: 1:52:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-debrepo
Version : 0.0.3
Release : 19.fc34
Architecture : noarch
Size : 44 k
Source : python-debrepo-0.0.3-19.fc34.src.rpm
Repository : fedora
Summary : Inspect and compare Debian repositories
URL : https://pagure.io/debrepo
License : GPLv3+
Description : debrepo is a library for inspecting composes of Debian repositories and
: their elements, including package archives. It includes classes capable
: of reading compose, repository, and package data from the filesystem,
: and methods to compare the data between different versions. To this end,
: the debrepodiff tool provides a command line interface for comparing
: composes.