How to Install and Uninstall perl-Struct-Dumb.noarch Package on Fedora 35

Last updated: October 12,2024

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

Learn how to install perl-Struct-Dumb.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the perl-Struct-Dumb.noarch package on Fedora 35

Last metadata expiration check: 1:04:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Struct-Dumb
Version : 0.12
Release : 6.fc35
Architecture : noarch
Size : 26 k
Source : perl-Struct-Dumb-0.12-6.fc35.src.rpm
Repository : fedora
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.