How To Install rpmgrill on Fedora 36
Introduction
In this tutorial we learn how to install rpmgrill
on Fedora 36.
What is rpmgrill
rpmgrill runs a series of tests against a set of RPMs, reporting problems that may require a developer’s attention. For instance multilib incompatibilities.
We can use yum
or dnf
to install rpmgrill
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rpmgrill.
Install rpmgrill on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rpmgrill
using dnf
by running the following command:
sudo dnf -y install rpmgrill
Install rpmgrill on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rpmgrill
using yum
by running the following command:
sudo yum -y install rpmgrill
How To Uninstall rpmgrill on Fedora 36
To uninstall only the rpmgrill
package we can use the following command:
sudo dnf remove rpmgrill
rpmgrill Package Contents on Fedora 36
/usr/bin/make-tooltips
/usr/bin/rpmgrill
/usr/bin/rpmgrill-unpack-rpms
/usr/bin/rpmgrill-update-ruby-advisory-db
/usr/share/doc/rpmgrill
/usr/share/doc/rpmgrill/AUTHORS
/usr/share/doc/rpmgrill/LICENSE
/usr/share/doc/rpmgrill/README.asciidoc
/usr/share/man/man1/make-tooltips.1.gz
/usr/share/man/man1/rpmgrill-unpack-rpms.1.gz
/usr/share/man/man1/rpmgrill-update-ruby-advisory-db.1.gz
/usr/share/man/man1/rpmgrill.1.gz
/usr/share/man/man3/RPM::Grill.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::AAATemplate.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::BuildLog.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::DesktopLint.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::ElfChecks.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::LibGather.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::ManPages.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::Manifest.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::Multilib.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::Patches.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::RpmScripts.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::SecurityPolicy.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::Setxid.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::SpecFileEncoding.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::SpecFileSanity.3pm.gz
/usr/share/man/man3/RPM::Grill::Plugin::VirusCheck.3pm.gz
/usr/share/man/man3/RPM::Grill::RPM.3pm.gz
/usr/share/man/man3/RPM::Grill::RPM::Files.3pm.gz
/usr/share/man/man3/RPM::Grill::RPM::Metadata.3pm.gz
/usr/share/man/man3/RPM::Grill::RPM::SpecFile.3pm.gz
/usr/share/man/man3/RPM::Grill::Util.3pm.gz
/usr/share/man/man3/RPM::Grill::dprintf.3pm.gz
/usr/share/perl5/vendor_perl/RPM
/usr/share/perl5/vendor_perl/RPM/Grill
/usr/share/perl5/vendor_perl/RPM/Grill.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/AAATemplate.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/BuildLog.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/DesktopLint.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/ElfChecks.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/LibGather.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/ManPages.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/Manifest.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/Multilib.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/Patches.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/RpmScripts.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/SecurityPolicy.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/Setxid.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/SpecFileEncoding.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/SpecFileSanity.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Plugin/VirusCheck.pm
/usr/share/perl5/vendor_perl/RPM/Grill/RPM
/usr/share/perl5/vendor_perl/RPM/Grill/RPM.pm
/usr/share/perl5/vendor_perl/RPM/Grill/RPM/Files.pm
/usr/share/perl5/vendor_perl/RPM/Grill/RPM/Metadata.pm
/usr/share/perl5/vendor_perl/RPM/Grill/RPM/SpecFile.pm
/usr/share/perl5/vendor_perl/RPM/Grill/Util.pm
/usr/share/perl5/vendor_perl/RPM/Grill/dprintf.pm
/usr/share/rpmgrill/tooltips.txt
References
Summary
In this tutorial we learn how to install rpmgrill
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).