How to Install and Uninstall libzip.x86_64 Package on Rocky Linux 9
Last updated: November 25,2024
1. Install "libzip.x86_64" package
This is a short guide on how to install libzip.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
libzip.x86_64
Copied
2. Uninstall "libzip.x86_64" package
In this section, we are going to explain the necessary steps to uninstall libzip.x86_64 on Rocky Linux 9:
$
sudo dnf remove
libzip.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libzip.x86_64 package on Rocky Linux 9
Last metadata expiration check: 0:33:26 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libzip
Version : 1.7.3
Release : 7.el9
Architecture : x86_64
Size : 62 k
Source : libzip-1.7.3-7.el9.src.rpm
Repository : appstream
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.
Available Packages
Name : libzip
Version : 1.7.3
Release : 7.el9
Architecture : x86_64
Size : 62 k
Source : libzip-1.7.3-7.el9.src.rpm
Repository : appstream
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.