How To Install zipper-devel on Fedora 36

In this tutorial we learn how to install zipper-devel in Fedora 36. zipper-devel is Development files of zipper

date: “2022-08-17” title: “How To Install zipper-devel on Fedora 36” lastmod: “2022-08-17” linkTitle: “zipper-devel” #image: /images/fedora/36/zipper-devel-featured.png type: “docs”

description: “In this tutorial we learn how to install zipper-devel in Fedora 36. zipper-devel is Development files of zipper”

Introduction

date: “2022-08-17”

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

lastmod: “2022-08-17”

What is zipper-devel

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

This package provides header files, shared and static library files of zipper.

Introduction

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

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

Install zipper-devel on Fedora 36 Using dnf

What is zipper-devel

Update yum database with dnf using the following command.

This package provides header files, shared and static library files of zipper.

sudo dnf makecache --refresh

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

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

Install zipper-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
sudo dnf -y install zipper-devel

sudo dnf makecache --refresh

Install zipper-devel on Fedora 36 Using yum

Update yum database with yum using the following command. After updating yum database, We can install zipper-devel using dnf by running the following command:

```bash
sudo yum makecache --refresh
sudo dnf -y install zipper-devel


## Install zipper-devel on Fedora 36 Using yum
After updating yum database, We can install `zipper-devel` using `yum` by running the following command:


```bash
Update yum database with `yum` using the following command.
sudo yum -y install zipper-devel
sudo yum makecache --refresh
## How To Uninstall zipper-devel on Fedora 36

To uninstall only the zipper-devel package we can use the following command:

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


sudo dnf remove zipper-devel
```bash

sudo yum -y install zipper-devel

## zipper-devel Package Contents on Fedora 36
## How To Uninstall zipper-devel on Fedora 36


```bash
To uninstall only the `zipper-devel` package we can use the following command:

```bash
sudo dnf remove zipper-devel

zipper-devel Package Contents on Fedora 36

/usr/include/zipper
/usr/include/zipper/CDirEntry.h
/usr/include/zipper/crypt.h
/usr/include/zipper/defs.h
/usr/include/zipper/ioapi.h
/usr/include/zipper/ioapi_buf.h
/usr/include/zipper/ioapi_mem.h
/usr/include/zipper/iowin32.h
/usr/include/zipper/tools.h
/usr/include/zipper/unzip.h
/usr/include/zipper/unzipper.h
/usr/include/zipper/zip.h
/usr/include/zipper/zipper.h
/usr/lib64/cmake/zipperConfig.cmake
/usr/lib64/cmake/zipperTargets-release.cmake
/usr/lib64/cmake/zipperTargets.cmake
/usr/lib64/libZipper.so
/usr/lib64/pkgconfig/zipper.pc

References

Summary

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

/usr/include/zipper /usr/include/zipper/CDirEntry.h /usr/include/zipper/crypt.h /usr/include/zipper/defs.h /usr/include/zipper/ioapi.h /usr/include/zipper/ioapi_buf.h /usr/include/zipper/ioapi_mem.h /usr/include/zipper/iowin32.h /usr/include/zipper/tools.h /usr/include/zipper/unzip.h /usr/include/zipper/unzipper.h /usr/include/zipper/zip.h /usr/include/zipper/zipper.h /usr/lib/cmake/zipperConfig.cmake /usr/lib/cmake/zipperTargets-release.cmake /usr/lib/cmake/zipperTargets.cmake /usr/lib/libZipper.so /usr/lib/pkgconfig/zipper.pc


## References

* [zipper-devel website](https://github.com/sebastiandev/zipper)

## Summary

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