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

Last updated: October 08,2024

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

Please follow the instructions below to install perl-Struct-Dumb.noarch on AlmaLinux 9

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

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

Here is a brief guide to show you how to uninstall perl-Struct-Dumb.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:44:20 ago on Wed Mar 13 07:41:12 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.