How to Install and Uninstall libzip.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "libzip.src" package

This guide covers the steps necessary to install libzip.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libzip.src

2. Uninstall "libzip.src" package

This guide let you learn how to uninstall libzip.src on Oracle Linux 9:

$ sudo dnf remove libzip.src $ sudo dnf autoremove

3. Information about the libzip.src package on Oracle Linux 9

Last metadata expiration check: 3:55:13 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libzip
Version : 1.7.3
Release : 7.el9
Architecture : src
Size : 743 k
Source : None
Repository : ol9_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.