How to Install and Uninstall libzip.i686 Package on Fedora 35

Last updated: October 08,2024

1. Install "libzip.i686" package

Please follow the instructions below to install libzip.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libzip.i686

2. Uninstall "libzip.i686" package

Please follow the instructions below to uninstall libzip.i686 on Fedora 35:

$ sudo dnf remove libzip.i686 $ sudo dnf autoremove

3. Information about the libzip.i686 package on Fedora 35

Last metadata expiration check: 2:59:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libzip
Version : 1.8.0
Release : 2.fc35
Architecture : i686
Size : 79 k
Source : libzip-1.8.0-2.fc35.src.rpm
Repository : fedora
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.