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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install perl-Struct-Dumb.noarch on Oracle Linux 9

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

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

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

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

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

Last metadata expiration check: 1:20:02 ago on Thu Feb 15 07:50:05 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.