How to Install and Uninstall perl-Archive-Tar.noarch Package on Fedora 39

Last updated: September 25,2024

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

Please follow the guidance below to install perl-Archive-Tar.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-Archive-Tar.noarch on Fedora 39:

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

3. Information about the perl-Archive-Tar.noarch package on Fedora 39

Last metadata expiration check: 2:39:56 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Archive-Tar
Version : 3.02
Release : 4.fc39
Architecture : noarch
Size : 71 k
Source : perl-Archive-Tar-3.02-4.fc39.src.rpm
Repository : fedora
Summary : A module for Perl manipulation of .tar files
URL : https://metacpan.org/release/Archive-Tar
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.