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

Last updated: November 27,2024

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

Please follow the instructions below to install perl-Class-Can.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Class-Can.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:53:59 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Class-Can
Version : 0.01
Release : 35.fc35
Architecture : noarch
Size : 11 k
Source : perl-Class-Can-0.01-35.fc35.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).