How To Install minizip on Fedora 36

In this tutorial we learn how to install minizip in Fedora 36. minizip is Minizip contrib in zlib with the latest bug fixes and advanced features

Introduction

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

What is minizip

Minizip zlib contribution that includes * AES encryption * I/O buffering * PKWARE disk splitting It also has the latest bug fixes that having been found all over the internet.

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

Install minizip 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 minizip using dnf by running the following command:

sudo dnf -y install minizip

Install minizip 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 minizip using yum by running the following command:

sudo yum -y install minizip

How To Uninstall minizip on Fedora 36

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

sudo dnf remove minizip

minizip Package Contents on Fedora 36

---
title: "How To Install minizip on Fedora 36"
linkTitle: "minizip"
type: "docs"
description: "In this tutorial we learn how to install minizip in Fedora 36. minizip is Minizip contrib in zlib with the latest bug fixes and advanced features"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/minizip-featured.png
---

## Introduction

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

### What is `minizip`

> Minizip zlib contribution that includes * AES encryption * I/O buffering * PKWARE disk splitting It also has the latest bug fixes that having been found all over the internet.  

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

## Install minizip on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install minizip

Install minizip 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 minizip using yum by running the following command:

sudo yum -y install minizip

How To Uninstall minizip on Fedora 36

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

sudo dnf remove minizip

minizip Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/857ca10366288fc1f3034994afb38f86d066e6
/usr/lib/libminizip.so.3.0
/usr/lib/libminizip.so.3.0.2
/usr/share/doc/minizip
/usr/share/doc/minizip/README.md
/usr/share/licenses/minizip
/usr/share/licenses/minizip/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/6f /usr/lib/.build-id/6f/d48597c82252ce142948811f154259961621ea /usr/lib64/libminizip.so.3.0 /usr/lib64/libminizip.so.3.0.2 /usr/share/doc/minizip /usr/share/doc/minizip/README.md /usr/share/licenses/minizip /usr/share/licenses/minizip/LICENSE


## References

* [minizip website](https://github.com/nmoinvaz/minizip)

## Summary

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