How to Install and Uninstall perl-MooseX-Object-Pluggable.noarch Package on Rocky Linux 8

Last updated: November 13,2024

1. Install "perl-MooseX-Object-Pluggable.noarch" package

In this section, we are going to explain the necessary steps to install perl-MooseX-Object-Pluggable.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-MooseX-Object-Pluggable.noarch

2. Uninstall "perl-MooseX-Object-Pluggable.noarch" package

Here is a brief guide to show you how to uninstall perl-MooseX-Object-Pluggable.noarch on Rocky Linux 8:

$ sudo dnf remove perl-MooseX-Object-Pluggable.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Object-Pluggable.noarch package on Rocky Linux 8

Last metadata expiration check: 2:15:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-MooseX-Object-Pluggable
Version : 0.0014
Release : 18.el8
Architecture : noarch
Size : 28 k
Source : perl-MooseX-Object-Pluggable-0.0014-18.el8.src.rpm
Repository : epel
Summary : Make your Moose classes pluggable
URL : https://metacpan.org/release/MooseX-Object-Pluggable
License : GPL+ or Artistic
Description : This module aids in the development and deployment of plugin-enabled
: Moose-based classes. It extends the Moose framework via roles to enable
: this behavior.