How to Install and Uninstall perl-Archive-Tar.noarch Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-Archive-Tar.noarch" package

Please follow the steps below to install perl-Archive-Tar.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Archive-Tar.noarch

2. Uninstall "perl-Archive-Tar.noarch" package

This guide let you learn how to uninstall perl-Archive-Tar.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Archive-Tar.noarch $ sudo yum autoremove

3. Information about the perl-Archive-Tar.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Archive-Tar
Arch : noarch
Version : 1.92
Release : 3.el7
Size : 151 k
Repo : installed
From repo : base
Summary : A module for Perl manipulation of .tar files
URL : http://search.cpan.org/dist/Archive-Tar/
License : GPL+ or Artistic
Description : Archive::Tar provides an object oriented mechanism for handling
: tar files. It provides class methods for quick and easy files
: handling while also allowing for the creation of tar file objects
: for custom manipulation. If you have the IO::Zlib module
: installed, Archive::Tar will also support compressed or gzipped
: tar files.