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

Last updated: October 04,2024

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

Please follow the guidelines below to install perl-Struct-Dumb.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Struct-Dumb.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:37:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Struct-Dumb
Version : 0.12
Release : 4.fc34
Architecture : noarch
Size : 26 k
Source : perl-Struct-Dumb-0.12-4.fc34.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.