How to Install and Uninstall perl-MooseX-Role-WithOverloading.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-MooseX-Role-WithOverloading.x86_64" package

Here is a brief guide to show you how to install perl-MooseX-Role-WithOverloading.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-MooseX-Role-WithOverloading.x86_64

2. Uninstall "perl-MooseX-Role-WithOverloading.x86_64" package

Please follow the guidance below to uninstall perl-MooseX-Role-WithOverloading.x86_64 on Rocky Linux 8:

$ sudo dnf remove perl-MooseX-Role-WithOverloading.x86_64 $ sudo dnf autoremove

3. Information about the perl-MooseX-Role-WithOverloading.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:06:43 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-MooseX-Role-WithOverloading
Version : 0.17
Release : 15.el8
Architecture : x86_64
Size : 38 k
Source : perl-MooseX-Role-WithOverloading-0.17-15.el8.src.rpm
Repository : epel
Summary : Roles that support overloading
URL : https://metacpan.org/release/MooseX-Role-WithOverloading
License : GPL+ or Artistic
Description : MooseX::Role::WithOverloading allows you to write a Moose::Role
: that defines overloaded operators and allows those operator
: overloadings to be composed into the classes/roles/instances it's
: compiled to, while plain roles would lose the overloading.