How to Install and Uninstall zziplib-devel.i686 Package on Fedora 36

Last updated: May 06,2024

1. Install "zziplib-devel.i686" package

Please follow the guidance below to install zziplib-devel.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install zziplib-devel.i686

2. Uninstall "zziplib-devel.i686" package

Please follow the steps below to uninstall zziplib-devel.i686 on Fedora 36:

$ sudo dnf remove zziplib-devel.i686 $ sudo dnf autoremove

3. Information about the zziplib-devel.i686 package on Fedora 36

Last metadata expiration check: 0:30:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : zziplib-devel
Version : 0.13.72
Release : 1.fc36
Architecture : i686
Size : 123 k
Source : zziplib-0.13.72-1.fc36.src.rpm
Repository : fedora
Summary : Development files for the zziplib library
URL : http://zziplib.sourceforge.net/
License : LGPLv2+ or MPLv1.1
Description : The zziplib library is intentionally lightweight, it offers the ability to
: easily extract data from files archived in a single zip file. Applications
: can bundle files into a single zip archive and access them. The implementation
: is based only on the (free) subset of compression with the zlib algorithm
: which is actually used by the zip/unzip tools.
:
: This package contains files required to build applications that will use the
: zziplib library.