How to Install and Uninstall perl-Archive-Tar.noarch Package on Rocky Linux 8

Last updated: November 15,2024

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

Here is a brief guide to show you how to install perl-Archive-Tar.noarch on Rocky Linux 8

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

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

Please follow the steps below to uninstall perl-Archive-Tar.noarch on Rocky Linux 8:

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

3. Information about the perl-Archive-Tar.noarch package on Rocky Linux 8

Last metadata expiration check: 2:11:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Archive-Tar
Version : 2.30
Release : 1.el8
Architecture : noarch
Size : 78 k
Source : perl-Archive-Tar-2.30-1.el8.src.rpm
Repository : baseos
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.