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

Last updated: January 09,2025

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

This is a short guide on how to install perl-Class-Prototyped.noarch on Fedora 39

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

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

This guide let you learn how to uninstall perl-Class-Prototyped.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:27:07 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Class-Prototyped
Version : 1.13
Release : 28.fc39
Architecture : noarch
Size : 66 k
Source : perl-Class-Prototyped-1.13-28.fc39.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.