How To Install zlib-ng on Fedora 36

In this tutorial we learn how to install zlib-ng in Fedora 36. zlib-ng is Zlib replacement with optimizations

Introduction

In this tutorial we learn how to install zlib-ng on Fedora 36.

What is zlib-ng

zlib-ng is a zlib replacement that provides optimizations for “next generation” systems.

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

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

sudo dnf -y install zlib-ng

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

sudo yum -y install zlib-ng

How To Uninstall zlib-ng on Fedora 36

To uninstall only the zlib-ng package we can use the following command:

sudo dnf remove zlib-ng

zlib-ng Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/cc40937b8f6874f9e44d51506d331caf7bfc55
/usr/lib/libz-ng.so.2
/usr/lib/libz-ng.so.2.0.5
/usr/share/doc/zlib-ng
/usr/share/doc/zlib-ng/README.md
/usr/share/licenses/zlib-ng
/usr/share/licenses/zlib-ng/LICENSE.md
---
title: "How To Install zlib-ng on Fedora 36"
linkTitle: "zlib-ng"
type: "docs"
description: "In this tutorial we learn how to install zlib-ng in Fedora 36. zlib-ng is Zlib replacement with optimizations"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/zlib-ng-featured.png
---

Introduction

References

In this tutorial we learn how to install zlib-ng on Fedora 36.

What is zlib-ng

Summary

zlib-ng is a zlib replacement that provides optimizations for “next generation” systems.

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

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

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

sudo dnf -y install zlib-ng

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

sudo yum -y install zlib-ng

How To Uninstall zlib-ng on Fedora 36

To uninstall only the zlib-ng package we can use the following command:

sudo dnf remove zlib-ng

zlib-ng Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/ad18d807676fa429061eef08ad62a7282d889f
/usr/lib64/libz-ng.so.2
/usr/lib64/libz-ng.so.2.0.5
/usr/share/doc/zlib-ng
/usr/share/doc/zlib-ng/README.md
/usr/share/licenses/zlib-ng
/usr/share/licenses/zlib-ng/LICENSE.md

References

Summary

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