How to Install and Uninstall libzip.x86_64 Package on Fedora 38

Last updated: September 30,2024

1. Install "libzip.x86_64" package

In this section, we are going to explain the necessary steps to install libzip.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install libzip.x86_64

2. Uninstall "libzip.x86_64" package

Please follow the steps below to uninstall libzip.x86_64 on Fedora 38:

$ sudo dnf remove libzip.x86_64 $ sudo dnf autoremove

3. Information about the libzip.x86_64 package on Fedora 38

Last metadata expiration check: 3:19:52 ago on Sat Mar 16 22:59:57 2024.
Installed Packages
Name : libzip
Version : 1.10.1
Release : 1.fc38.remi
Architecture : x86_64
Size : 133 k
Source : libzip-1.10.1-1.fc38.remi.src.rpm
Repository : @System
From repo : remi
Summary : C library for reading, creating, and modifying zip archives
URL : https://libzip.org/
License : BSD-3-Clause
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.