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

Last updated: June 28,2024

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

This guide let you learn how to install perl-Archive-Tar.src on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Archive-Tar.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:37:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Archive-Tar
Version : 2.38
Release : 6.el9
Architecture : src
Size : 77 k
Source : None
Repository : ol9_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.