How to Install and Uninstall perl-Archive-Tar.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

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

Please follow the guidance below to install perl-Archive-Tar.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Archive-Tar.noarch

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

In this section, we are going to explain the necessary steps to uninstall perl-Archive-Tar.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Archive-Tar.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:53 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Archive-Tar
Version : 2.38
Release : 6.el9
Architecture : noarch
Size : 76 k
Source : perl-Archive-Tar-2.38-6.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : A module for Perl manipulation of .tar files
URL : https://metacpan.org/release/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.