title: “How To Install genwqe-zlib-devel on Fedora 36” linkTitle: “genwqe-zlib-devel” title: “How To Install genwqe-zlib-devel on Fedora 36” type: “docs” linkTitle: “genwqe-zlib-devel” type: “docs” description: “In this tutorial we learn how to install genwqe-zlib-devel in Fedora 36. genwqe-zlib-devel is Development files for genwqe-tools” date: “2022-08-17” description: “In this tutorial we learn how to install genwqe-zlib-devel in Fedora 36. genwqe-zlib-devel is Development files for genwqe-tools” lastmod: “2022-08-17” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/genwqe-zlib-devel-featured.png

#image: /images/fedora/36/genwqe-zlib-devel-featured.png


Introduction

Introduction

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

What is genwqe-zlib-devel

What is genwqe-zlib-devel

The genwqe-zlib-devel package contains libraries and header files for developing applications that use genwqe-tools.
The genwqe-zlib-devel package contains libraries and header files for developing applications that use genwqe-tools.

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

Install genwqe-zlib-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

Install genwqe-zlib-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh

sudo dnf makecache --refresh
After updating yum database, We can install `genwqe-zlib-devel` using `dnf` by running the following command:
After updating yum database, We can install `genwqe-zlib-devel` using `dnf` by running the following command:
sudo dnf -y install genwqe-zlib-devel

sudo dnf -y install genwqe-zlib-devel
## Install genwqe-zlib-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

Install genwqe-zlib-devel on Fedora 36 Using yum

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

sudo yum makecache --refresh
```bash

sudo yum makecache –refresh


After updating yum database, We can install `genwqe-zlib-devel` using `yum` by running the following command:

After updating yum database, We can install `genwqe-zlib-devel` using `yum` by running the following command:
```bash

```bash
sudo yum -y install genwqe-zlib-devel
sudo yum -y install genwqe-zlib-devel
## How To Uninstall genwqe-zlib-devel on Fedora 36
## How To Uninstall genwqe-zlib-devel on Fedora 36


To uninstall only the `genwqe-zlib-devel` package we can use the following command:
To uninstall only the `genwqe-zlib-devel` package we can use the following command:


```bash
```bash
sudo dnf remove genwqe-zlib-devel
sudo dnf remove genwqe-zlib-devel

## genwqe-zlib-devel Package Contents on Fedora 36

## genwqe-zlib-devel Package Contents on Fedora 36
```bash

```bash
/usr/include/genwqe
/usr/include/genwqe/zaddons.h
/usr/lib/libzADC.so

References

Summary

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

/usr/include/genwqe /usr/include/genwqe/zaddons.h /usr/lib64/libzADC.so


## References

* [genwqe-zlib-devel website](https://github.com/ibm-genwqe/genwqe-user/)

## Summary

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