How to Install and Uninstall fedora-review.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "fedora-review.noarch" package

In this section, we are going to explain the necessary steps to install fedora-review.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install fedora-review.noarch

2. Uninstall "fedora-review.noarch" package

Please follow the steps below to uninstall fedora-review.noarch on Fedora 39:

$ sudo dnf remove fedora-review.noarch $ sudo dnf autoremove

3. Information about the fedora-review.noarch package on Fedora 39

Last metadata expiration check: 2:22:04 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : fedora-review
Version : 0.10.0
Release : 3.fc39
Architecture : noarch
Size : 229 k
Source : fedora-review-0.10.0-3.fc39.src.rpm
Repository : updates
Summary : Review tool for fedora rpm packages
URL : https://pagure.io/FedoraReview
License : GPL-2.0-or-later
Description : This tool automates much of the dirty work when reviewing a package
: for the Fedora Package Collection like:
:
: * Downloading SRPM & SPEC.
: * Download upstream source
: * Check md5sums
: * Build and install package in mock.
: * Run rpmlint.
: * Generate a review template, which becomes the starting
: point for the review work.
:
: The tool is composed of plugins, one for each supported language.
: As of today, there is plugins for C/C++, Ruby, java, R, perl and
: python. There is also support for external tests that can be written
: in a simple way in bash.