How to Install and Uninstall perl-Class-Can.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "perl-Class-Can.noarch" package

This tutorial shows how to install perl-Class-Can.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Class-Can.noarch

2. Uninstall "perl-Class-Can.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Class-Can.noarch on Fedora 34:

$ sudo dnf remove perl-Class-Can.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Can.noarch package on Fedora 34

Last metadata expiration check: 2:58:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Class-Can
Version : 0.01
Release : 33.fc34
Architecture : noarch
Size : 11 k
Source : perl-Class-Can-0.01-33.fc34.src.rpm
Repository : fedora
Summary : Inspect a class/method and say what it can do (and why)
URL : https://metacpan.org/release/Class-Can
License : GPL+ or Artistic
Description : Class::Can interrogates the object heirarchy of a package to return a hash
: detailling what methods the class could dispatch (as the key), and the
: package it found it in (as the value).