How to Install and Uninstall zipper.i686 Package on Fedora 38

Last updated: September 23,2024

1. Install "zipper.i686" package

Please follow the instructions below to install zipper.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install zipper.i686

2. Uninstall "zipper.i686" package

Please follow the instructions below to uninstall zipper.i686 on Fedora 38:

$ sudo dnf remove zipper.i686 $ sudo dnf autoremove

3. Information about the zipper.i686 package on Fedora 38

Last metadata expiration check: 2:23:02 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : zipper
Version : 1.0.3
Release : 5.fc38
Architecture : i686
Size : 99 k
Source : zipper-1.0.3-5.fc38.src.rpm
Repository : fedora
Summary : C++ wrapper around minizip compression library
URL : https://github.com/sebastiandev/zipper
License : MIT and zlib and GPL+
Description : Zipper brings the power and simplicity of minizip to a more
: object oriented/c++ user friendly library.
: It was born out of the necessity of a compression library that would be
: reliable, simple and flexible.
: By flexibility I mean supporting all kinds of inputs and outputs,
: but specifically been able to compress into memory instead of been
: restricted to file compression only, and using data from memory instead
: of just files as well.
:
: Features:
: - Create zip in memory
: - Allow files, vector and generic streams as input to zip
: - File mappings for replacing strategies
: (overwrite if exists or use alternative name from mapping)
: - Password protected zip
: - Multi platform