How to Install and Uninstall libarchive.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 02,2024

1. Install "libarchive.x86_64" package

This guide let you learn how to install libarchive.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libarchive.x86_64

2. Uninstall "libarchive.x86_64" package

Please follow the instructions below to uninstall libarchive.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libarchive.x86_64 $ sudo dnf autoremove

3. Information about the libarchive.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:32:14 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : libarchive
Version : 3.3.2
Release : 9.el8
Architecture : x86_64
Size : 810 k
Source : libarchive-3.3.2-9.el8.src.rpm
Repository : @System
From repo : anaconda
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.