How to Install and Uninstall perl-Class-Struct.noarch Package on Oracle Linux 9

Last updated: May 16,2024

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

Please follow the guidance below to install perl-Class-Struct.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-Class-Struct.noarch on Oracle Linux 9:

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

3. Information about the perl-Class-Struct.noarch package on Oracle Linux 9

Last metadata expiration check: 2:33:14 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : perl-Class-Struct
Version : 0.66
Release : 480.el9
Architecture : noarch
Size : 26 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : ol9_appstream
Summary : Declare struct-like data types as Perl classes
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : Class::Struct module exports a single function struct(). Given a list of
: element names and types, and optionally a class name, struct() creates a
: Perl 5 class that implements a struct-like data structure.