How to Install and Uninstall tar.x86_64 Package on Fedora 35

Last updated: May 19,2024

1. Install "tar.x86_64" package

Please follow the instructions below to install tar.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install tar.x86_64

2. Uninstall "tar.x86_64" package

Here is a brief guide to show you how to uninstall tar.x86_64 on Fedora 35:

$ sudo dnf remove tar.x86_64 $ sudo dnf autoremove

3. Information about the tar.x86_64 package on Fedora 35

Last metadata expiration check: 5:15:47 ago on Wed Sep 7 02:25:42 2022.
Installed Packages
Name : tar
Epoch : 2
Version : 1.34
Release : 2.fc35
Architecture : x86_64
Size : 3.0 M
Source : tar-1.34-2.fc35.src.rpm
Repository : @System
From repo : anaconda
Summary : GNU file archiving program
URL : https://www.gnu.org/software/tar/
License : GPLv3+
Description : The GNU tar program saves many files together in one archive and can
: restore individual files (or all of the files) from that archive. Tar
: can also be used to add supplemental files to an archive and to update
: or list files in the archive. Tar includes multivolume support,
: automatic archive compression/decompression, the ability to perform
: remote archives, and the ability to perform incremental and full
: backups.
:
: If you want to use tar for remote backups, you also need to install
: the rmt package on the remote box.