How To Install ZipArchive on Fedora 36

In this tutorial we learn how to install ZipArchive in Fedora 36. ZipArchive is Library for accessing zip files

Introduction

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

What is ZipArchive

The ZipArchive Library can be used to add compression functionality to your software. It is written in C++ and offers the following features * Compression, decompression and modification of zip archives. * Segmented archives support (splitting and spanning). * Unicode support in archives compatible with WinZip. * Standard zip encryption.

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

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

sudo dnf -y install ZipArchive

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

sudo yum -y install ZipArchive

How To Uninstall ZipArchive on Fedora 36

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

sudo dnf remove ZipArchive

ZipArchive Package Contents on Fedora 36

---
title: "How To Install ZipArchive on Fedora 36"
linkTitle: "ZipArchive"
type: "docs"
description: "In this tutorial we learn how to install ZipArchive in Fedora 36. ZipArchive is Library for accessing zip files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ZipArchive-featured.png
---

## Introduction

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

### What is `ZipArchive`

> The ZipArchive Library can be used to add compression functionality to your software. It is written in C++ and offers the following features * Compression, decompression and modification of zip archives. * Segmented archives support (splitting and spanning). * Unicode support in archives compatible with WinZip. * Standard zip encryption.  

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

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

sudo dnf -y install ZipArchive

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

/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/39178b1b6c5099672ec5f39a5f2dfe476cd2e9
/usr/lib64/libziparch-4.1.2.so
/usr/share/doc/ZipArchive
/usr/share/doc/ZipArchive/License.txt
sudo yum -y install ZipArchive

How To Uninstall ZipArchive on Fedora 36

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

sudo dnf remove ZipArchive

ZipArchive Package Contents on Fedora 36

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/27 /usr/lib/.build-id/27/8fcacb2342bb54771c0b21e22c2b5b3064014c /usr/lib/libziparch-4.1.2.so /usr/share/doc/ZipArchive /usr/share/doc/ZipArchive/License.txt


## References

* [ZipArchive website](http://www.artpol-software.com/ZipArchive/)

## Summary

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