How to Install and Uninstall perl-Class-MethodMaker.x86_64 Package on Rocky Linux 8

Last updated: July 01,2024

1. Install "perl-Class-MethodMaker.x86_64" package

Please follow the steps below to install perl-Class-MethodMaker.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Class-MethodMaker.x86_64

2. Uninstall "perl-Class-MethodMaker.x86_64" package

This is a short guide on how to uninstall perl-Class-MethodMaker.x86_64 on Rocky Linux 8:

$ sudo dnf remove perl-Class-MethodMaker.x86_64 $ sudo dnf autoremove

3. Information about the perl-Class-MethodMaker.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:25:09 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Class-MethodMaker
Version : 2.24
Release : 17.el8
Architecture : x86_64
Size : 341 k
Source : perl-Class-MethodMaker-2.24-17.el8.src.rpm
Repository : epel
Summary : Perl module for creating generic object-oriented methods
URL : https://metacpan.org/release/Class-MethodMaker
License : GPL+ or Artistic
Description : Class::MethodMaker solves the problem of having to continually write accessor
: methods for your objects that perform standard tasks.