How to Install and Uninstall libtar.i686 Package on Fedora 34

Last updated: September 30,2024

1. Install "libtar.i686" package

This guide covers the steps necessary to install libtar.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libtar.i686

2. Uninstall "libtar.i686" package

This tutorial shows how to uninstall libtar.i686 on Fedora 34:

$ sudo dnf remove libtar.i686 $ sudo dnf autoremove

3. Information about the libtar.i686 package on Fedora 34

Last metadata expiration check: 1:15:22 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libtar
Version : 1.2.20
Release : 21.fc34
Architecture : i686
Size : 40 k
Source : libtar-1.2.20-21.fc34.src.rpm
Repository : fedora
Summary : Tar file manipulation API
URL : http://repo.or.cz/libtar.git
License : MIT
Description : libtar is a C library for manipulating tar archives. It supports both
: the strict POSIX tar format and many of the commonly-used GNU
: extensions.