How To Install sharpziplib on Fedora 36

In this tutorial we learn how to install sharpziplib in Fedora 36. sharpziplib is Zip, GZip, Tar and BZip2 library

Introduction

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

What is sharpziplib

SharpZipLib, formerly NZipLib is a Zip, GZip, Tar and BZip2 library written entirely in C# . It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects.

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

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

sudo dnf -y install sharpziplib

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

sudo yum -y install sharpziplib

How To Uninstall sharpziplib on Fedora 36

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

sudo dnf remove sharpziplib

sharpziplib Package Contents on Fedora 36

---
title: "How To Install sharpziplib on Fedora 36"
linkTitle: "sharpziplib"
type: "docs"
description: "In this tutorial we learn how to install sharpziplib in Fedora 36. sharpziplib is Zip, GZip, Tar and BZip2 library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/sharpziplib-featured.png
---

## Introduction

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

### What is `sharpziplib`

> SharpZipLib, formerly NZipLib is a Zip, GZip, Tar and BZip2 library written entirely in C# . It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects.  

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

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

sudo dnf -y install sharpziplib

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

sudo yum -y install sharpziplib

How To Uninstall sharpziplib on Fedora 36

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

sudo dnf remove sharpziplib

sharpziplib Package Contents on Fedora 36

/usr/lib/mono/gac/ICSharpCode.SharpZipLib
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/1.3.3.0__1b03e6acf1164f73
/usr/lib/mono/gac/ICSharpCode.SharpZipLib/1.3.3.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll
/usr/lib/mono/sharpziplib
/usr/lib/mono/sharpziplib/ICSharpCode.SharpZipLib.dll
/usr/share/doc/sharpziplib
/usr/share/doc/sharpziplib/README.md
/usr/share/licenses/sharpziplib
/usr/share/licenses/sharpziplib/LICENSE.txt

References

Summary

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

/usr/lib/mono/gac/ICSharpCode.SharpZipLib /usr/lib/mono/gac/ICSharpCode.SharpZipLib/1.3.3.0__1b03e6acf1164f73 /usr/lib/mono/gac/ICSharpCode.SharpZipLib/1.3.3.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll /usr/lib/mono/sharpziplib /usr/lib/mono/sharpziplib/ICSharpCode.SharpZipLib.dll /usr/share/doc/sharpziplib /usr/share/doc/sharpziplib/README.md /usr/share/licenses/sharpziplib /usr/share/licenses/sharpziplib/LICENSE.txt


## References

* [sharpziplib website](http://icsharpcode.github.io/SharpZipLib)

## Summary

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