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

Last updated: September 29,2024

1. Install "zipper.x86_64" package

Learn how to install zipper.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install zipper.x86_64

2. Uninstall "zipper.x86_64" package

Learn how to uninstall zipper.x86_64 on Fedora 35:

$ sudo dnf remove zipper.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:25:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : zipper
Version : 1.0.3
Release : 2.fc35
Architecture : x86_64
Size : 89 k
Source : zipper-1.0.3-2.fc35.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