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

Last updated: December 16,2024

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

Please follow the guidelines below to install perl-Class-Prototyped.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall perl-Class-Prototyped.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:12:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Class-Prototyped
Version : 1.13
Release : 23.fc35
Architecture : noarch
Size : 68 k
Source : perl-Class-Prototyped-1.13-23.fc35.src.rpm
Repository : fedora
Summary : Fast prototype-based OO programming in Perl
URL : https://metacpan.org/release/Class-Prototyped
License : GPL+ or Artistic
Description : This package provides for efficient and simple prototype-based programming
: in Perl. You can provide different subroutines for each object, and also
: have objects inherit their behavior and state from another object.