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

Last updated: September 21,2024

1. Install "fedora-review.noarch" package

Please follow the guidelines below to install fedora-review.noarch on Fedora 34

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

2. Uninstall "fedora-review.noarch" package

This tutorial shows how to uninstall fedora-review.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:31:47 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : fedora-review
Version : 0.8.0
Release : 1.fc34
Architecture : noarch
Size : 168 k
Source : fedora-review-0.8.0-1.fc34.src.rpm
Repository : updates
Summary : Review tool for fedora rpm packages
URL : https://pagure.io/FedoraReview
License : GPLv2+
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.