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

Last updated: October 06,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 35

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

2. Uninstall "python3-debrepo.noarch" package

This is a short guide on how to uninstall python3-debrepo.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:48:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-debrepo
Version : 0.0.3
Release : 21.fc35
Architecture : noarch
Size : 44 k
Source : python-debrepo-0.0.3-21.fc35.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.