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

Last updated: October 06,2024

1. Install "libzip.x86_64" package

This is a short guide on how to install libzip.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libzip.x86_64

2. Uninstall "libzip.x86_64" package

Please follow the guidance below to uninstall libzip.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libzip.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:17:43 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libzip
Version : 1.7.3
Release : 7.el9
Architecture : x86_64
Size : 65 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.