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

Last updated: November 30,2024

1. Install "fedora-review.noarch" package

This guide let you learn how to install fedora-review.noarch on Fedora 35

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

2. Uninstall "fedora-review.noarch" package

This is a short guide on how to uninstall fedora-review.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:04:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : fedora-review
Version : 0.9.0
Release : 1.fc35
Architecture : noarch
Size : 170 k
Source : fedora-review-0.9.0-1.fc35.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.