How To Install zipper on Fedora 36

In this tutorial we learn how to install zipper in Fedora 36. zipper is C++ wrapper around minizip compression library

Introduction

In this tutorial we learn how to install zipper on Fedora 36.

What is zipper

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

We can use yum or dnf to install zipper on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zipper.

Install zipper on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zipper using dnf by running the following command:

sudo dnf -y install zipper

Install zipper on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zipper using yum by running the following command:

sudo yum -y install zipper

How To Uninstall zipper on Fedora 36

To uninstall only the zipper package we can use the following command:

sudo dnf remove zipper

zipper Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/2dca6846012b66e26cc0490e72052df8bdc559
/usr/lib/libZipper.so.1
/usr/lib/libZipper.so.1.0.2
/usr/share/doc/zipper
/usr/share/doc/zipper/README.md
/usr/share/doc/zipper/VERSION.txt
/usr/share/licenses/zipper
/usr/share/licenses/zipper/LICENSE.md

References

Summary

In this tutorial we learn how to install zipper on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install zipper on Fedora 36” linkTitle: “zipper” type: “docs” description: “In this tutorial we learn how to install zipper in Fedora 36. zipper is C++ wrapper around minizip compression library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zipper-featured.png

Introduction

In this tutorial we learn how to install zipper on Fedora 36.

What is zipper

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

We can use yum or dnf to install zipper on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zipper.

Install zipper on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zipper using dnf by running the following command:

sudo dnf -y install zipper

Install zipper on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zipper using yum by running the following command:

sudo yum -y install zipper

How To Uninstall zipper on Fedora 36

To uninstall only the zipper package we can use the following command:

sudo dnf remove zipper

zipper Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/2f9146dda41e75d66b0c758aa38a7e31bc54e8
/usr/lib64/libZipper.so.1
/usr/lib64/libZipper.so.1.0.2
/usr/share/doc/zipper
/usr/share/doc/zipper/README.md
/usr/share/doc/zipper/VERSION.txt
/usr/share/licenses/zipper
/usr/share/licenses/zipper/LICENSE.md

References

Summary

In this tutorial we learn how to install zipper on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).