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

Last updated: October 07,2024

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

Please follow the instructions below to install perl-Class-Prototyped.noarch on Fedora 34

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

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

Learn how to uninstall perl-Class-Prototyped.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:12:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Class-Prototyped
Version : 1.13
Release : 21.fc34
Architecture : noarch
Size : 69 k
Source : perl-Class-Prototyped-1.13-21.fc34.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.