How to Install and Uninstall perl-Storable.src Package on Oracle Linux 8

Last updated: October 08,2024

1. Install "perl-Storable.src" package

Learn how to install perl-Storable.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Storable.src

2. Uninstall "perl-Storable.src" package

Please follow the steps below to uninstall perl-Storable.src on Oracle Linux 8:

$ sudo dnf remove perl-Storable.src $ sudo dnf autoremove

3. Information about the perl-Storable.src package on Oracle Linux 8

Last metadata expiration check: 1:16:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Storable
Epoch : 1
Version : 3.21
Release : 457.module+el8.6.0+20545+312b6629
Architecture : src
Size : 223 k
Source : None
Repository : ol8_appstream
Summary : Persistence for Perl data structures
URL : https://metacpan.org/release/Storable
License : GPL+ or Artistic
Description : The Storable package brings persistence to your Perl data structures
: containing scalar, array, hash or reference objects, i.e. anything that
: can be conveniently stored to disk and retrieved at a later time.