How to Install and Uninstall zipper.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "zipper.x86_64" package

Please follow the instructions below to install zipper.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install zipper.x86_64

2. Uninstall "zipper.x86_64" package

Please follow the instructions below to uninstall zipper.x86_64 on Fedora 34:

$ sudo dnf remove zipper.x86_64 $ sudo dnf autoremove

3. Information about the zipper.x86_64 package on Fedora 34

Last metadata expiration check: 5:55:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : zipper
Version : 1.0.1
Release : 4.fc34
Architecture : x86_64
Size : 87 k
Source : zipper-1.0.1-4.fc34.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