How to Install and Uninstall cpanspec.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "cpanspec.noarch" package

This guide let you learn how to install cpanspec.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install cpanspec.noarch

2. Uninstall "cpanspec.noarch" package

This is a short guide on how to uninstall cpanspec.noarch on Rocky Linux 8:

$ sudo dnf remove cpanspec.noarch $ sudo dnf autoremove

3. Information about the cpanspec.noarch package on Rocky Linux 8

Last metadata expiration check: 1:40:57 ago on Mon Sep 12 10:27:18 2022.
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.