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

Last updated: October 09,2024

1. Install "fedora-review.noarch" package

Please follow the step by step instructions below to install fedora-review.noarch on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 3:02:04 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : fedora-review
Version : 0.9.0
Release : 1.fc36
Architecture : noarch
Size : 170 k
Source : fedora-review-0.9.0-1.fc36.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.