How to Install and Uninstall cpanspec.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 30,2024

1. Install "cpanspec.noarch" package

This tutorial shows how to install cpanspec.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install cpanspec.noarch

2. Uninstall "cpanspec.noarch" package

In this section, we are going to explain the necessary steps to uninstall cpanspec.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove cpanspec.noarch $ sudo dnf autoremove

3. Information about the cpanspec.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:10:19 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : cpanspec
Version : 1.78
Release : 27.el8
Architecture : noarch
Size : 39 k
Source : cpanspec-1.78-27.el8.src.rpm
Repository : epel
Summary : RPM spec file generation utility
URL : http://cpanspec.sourceforge.net/
License : GPL+ or Artistic
Description : cpanspec generates spec files (and, optionally, source or even binary
: packages) for Perl modules from CPAN for Fedora. The quality of the spec
: file is our primary concern. It is assumed that maintainers will need to
: do some (hopefully small) amount of work to clean up the generated spec
: file to make the package build and to verify that all of the information
: contained in the spec file is correct.