How to Install and Uninstall libarchive.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libarchive.i686" package

Please follow the guidance below to install libarchive.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libarchive.i686

2. Uninstall "libarchive.i686" package

This guide let you learn how to uninstall libarchive.i686 on Rocky Linux 8:

$ sudo dnf remove libarchive.i686 $ sudo dnf autoremove

3. Information about the libarchive.i686 package on Rocky Linux 8

Last metadata expiration check: 0:33:44 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libarchive
Version : 3.3.3
Release : 3.el8_5
Architecture : i686
Size : 400 k
Source : libarchive-3.3.3-3.el8_5.src.rpm
Repository : baseos
Summary : A library for handling streaming archive formats
URL : http://www.libarchive.org/
License : BSD
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.