How to Install and Uninstall libzip.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "libzip.i686" package

Here is a brief guide to show you how to install libzip.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libzip.i686

2. Uninstall "libzip.i686" package

Learn how to uninstall libzip.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libzip.i686 $ sudo dnf autoremove

3. Information about the libzip.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:35:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libzip
Version : 1.7.3
Release : 7.el9
Architecture : i686
Size : 78 k
Source : libzip-1.7.3-7.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : C library for reading, creating, and modifying zip archives
URL : https://libzip.org/
License : BSD
Description : libzip is a C library for reading, creating, and modifying zip archives. Files
: can be added from data buffers, files, or compressed data copied directly from
: other zip archives. Changes made without closing the archive can be reverted.
: The API is documented by man pages.