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

Last updated: October 09,2024

1. Install "perl-Storable.src" package

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

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

2. Uninstall "perl-Storable.src" package

Here is a brief guide to show you how to uninstall perl-Storable.src on Oracle Linux 9:

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

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

Last metadata expiration check: 0:48:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Storable
Epoch : 1
Version : 3.21
Release : 460.el9
Architecture : src
Size : 225 k
Source : None
Repository : ol9_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.