How to Install and Uninstall cpanspec.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "cpanspec.noarch" package

Here is a brief guide to show you how to install cpanspec.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install cpanspec.noarch

2. Uninstall "cpanspec.noarch" package

Please follow the steps below to uninstall cpanspec.noarch on AlmaLinux 9:

$ sudo dnf remove cpanspec.noarch $ sudo dnf autoremove

3. Information about the cpanspec.noarch package on AlmaLinux 9

Last metadata expiration check: 1:37:16 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : cpanspec
Version : 1.78
Release : 44.el9
Architecture : noarch
Size : 34 k
Source : cpanspec-1.78-44.el9.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.