How to Install and Uninstall perl-Struct-Dumb.noarch Package on Rocky Linux 9

Last updated: May 19,2024

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

Please follow the step by step instructions below to install perl-Struct-Dumb.noarch on Rocky Linux 9

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

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

This tutorial shows how to uninstall perl-Struct-Dumb.noarch on Rocky Linux 9:

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

3. Information about the perl-Struct-Dumb.noarch package on Rocky Linux 9

Last metadata expiration check: 1:01:30 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Struct-Dumb
Version : 0.12
Release : 6.el9
Architecture : noarch
Size : 26 k
Source : perl-Struct-Dumb-0.12-6.el9.src.rpm
Repository : epel
Summary : Make simple lightweight record-like structures
URL : https://metacpan.org/release/Struct-Dumb
License : GPL+ or Artistic
Description : Struct::Dumb creates record-like structure types, similar to the struct
: keyword in C, C++ or C#, or Record in Pascal. An invocation of this module
: will create a construction function which returns new object references
: with the given field values. These references all respond to lvalue methods
: that access or modify the values stored.