How to Install and Uninstall zziplib.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "zziplib.src" package

Learn how to install zziplib.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install zziplib.src

2. Uninstall "zziplib.src" package

Please follow the instructions below to uninstall zziplib.src on Oracle Linux 8:

$ sudo dnf remove zziplib.src $ sudo dnf autoremove

3. Information about the zziplib.src package on Oracle Linux 8

Last metadata expiration check: 5:10:14 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : zziplib
Version : 0.13.68
Release : 9.el8
Architecture : src
Size : 1.1 M
Source : None
Repository : ol8_appstream
Summary : Lightweight library to easily extract data from zip files
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.