How to Install and Uninstall perl-Archive-Tar.src Package on Oracle Linux 8

Last updated: April 30,2024

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

Please follow the steps below to install perl-Archive-Tar.src on Oracle Linux 8

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

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

Learn how to uninstall perl-Archive-Tar.src on Oracle Linux 8:

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

3. Information about the perl-Archive-Tar.src package on Oracle Linux 8

Last metadata expiration check: 2:27:53 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Archive-Tar
Version : 2.38
Release : 3.module+el8.6.0+20545+312b6629
Architecture : src
Size : 84 k
Source : None
Repository : ol8_appstream
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.