How to Install and Uninstall libarchive.i686 Package on Fedora 39

Last updated: November 26,2024

1. Install "libarchive.i686" package

In this section, we are going to explain the necessary steps to install libarchive.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libarchive.i686

2. Uninstall "libarchive.i686" package

This is a short guide on how to uninstall libarchive.i686 on Fedora 39:

$ sudo dnf remove libarchive.i686 $ sudo dnf autoremove

3. Information about the libarchive.i686 package on Fedora 39

Last metadata expiration check: 0:54:30 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libarchive
Version : 3.7.1
Release : 1.fc39
Architecture : i686
Size : 450 k
Source : libarchive-3.7.1-1.fc39.src.rpm
Repository : fedora
Summary : A library for handling streaming archive formats
URL : https://www.libarchive.org/
License : BSD 2-Clause License AND BSD 2-clause NetBSD License BSD 2-Clause License
Description : Libarchive is a programming library that can create and read several different
: streaming archive formats, including most popular tar variants, several cpio
: formats, and both BSD and GNU ar variants. It can also write shar archives and
: read ISO9660 CDROM images and ZIP archives.