How to Install and Uninstall perl-Storable.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-Storable.x86_64" package

Learn how to install perl-Storable.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Storable.x86_64

2. Uninstall "perl-Storable.x86_64" package

This is a short guide on how to uninstall perl-Storable.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Storable.x86_64 $ sudo yum autoremove

3. Information about the perl-Storable.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Storable
Arch : x86_64
Version : 2.45
Release : 3.el7
Size : 177 k
Repo : installed
From repo : anaconda
Summary : Persistence for Perl data structures
URL : http://search.cpan.org/dist/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.