How To Install libzip on Fedora 36
Introduction
In this tutorial we learn how to install libzip
on Fedora 36.
What is libzip
libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages.
We can use yum
or dnf
to install libzip
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libzip.
Install libzip on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
title: “How To Install libzip on Fedora 36”
linkTitle: "libzip"
sudo dnf makecache --refresh
type: "docs"
description: “In this tutorial we learn how to install libzip in Fedora 36. libzip is C library for reading, creating, and modifying zip archives”
date: “2022-08-17”
After updating yum database, We can install libzip
using dnf
by running the following command:
lastmod: “2022-08-17”
#image: /images/fedora/36/libzip-featured.png
sudo dnf -y install libzip
---
Introduction
Install libzip on Fedora 36 Using yum
In this tutorial we learn how to install libzip
on Fedora 36.
Update yum database with yum
using the following command.
What is libzip
sudo yum makecache --refresh
> libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages.
After updating yum database, We can install libzip
using yum
by running the following command:
We can use yum
or dnf
to install libzip
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libzip.
## Install libzip on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
sudo yum -y install libzip
```bash
sudo dnf makecache –refresh
## How To Uninstall libzip on Fedora 36
After updating yum database, We can install `libzip` using `dnf` by running the following command:
To uninstall only the `libzip` package we can use the following command:
```bash
```bash
sudo dnf remove libzip
sudo dnf -y install libzip
## libzip Package Contents on Fedora 36
## Install libzip on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install libzip
using yum
by running the following command:
sudo yum -y install libzip
How To Uninstall libzip on Fedora 36
To uninstall only the libzip
package we can use the following command:
sudo dnf remove libzip
libzip Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/85155e75608f10ebd55a5c262dbd82075d3baf
/usr/lib/libzip.so.5
/usr/lib/libzip.so.5.4
/usr/share/licenses/libzip
/usr/share/licenses/libzip/LICENSE
References
- libzip website /usr/lib/.build-id /usr/lib/.build-id/bc /usr/lib/.build-id/bc/b634a7fb6d329637023ac0d21e1fbee15f8e5f /usr/lib64/libzip.so.5 /usr/lib64/libzip.so.5.4 /usr/share/licenses/libzip /usr/share/licenses/libzip/LICENSE
Summary
In this tutorial we learn how to install libzip
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [libzip website](https://libzip.org/)
## Summary
In this tutorial we learn how to install `libzip` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).