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

Last updated: September 25,2024

1. Install "cpanspec.noarch" package

This is a short guide on how to install cpanspec.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install cpanspec.noarch

2. Uninstall "cpanspec.noarch" package

This tutorial shows how to uninstall cpanspec.noarch on AlmaLinux 8:

$ sudo dnf remove cpanspec.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:23:00 ago on Mon Sep 5 03:22:42 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.