How To Install zipios++ on Fedora 36
Introduction
In this tutorial we learn how to install zipios++
on Fedora 36.
What is zipios++
Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided.
We can use yum
or dnf
to install zipios++
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zipios++.
Install zipios++ 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 zipios++
using dnf
by running the following command:
sudo dnf -y install zipios++
Install zipios++ 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 zipios++
using yum
by running the following command:
sudo yum -y install zipios++
How To Uninstall zipios++ on Fedora 36
To uninstall only the zipios++
package we can use the following command:
sudo dnf remove zipios++
zipios++ Package Contents on Fedora 36
---
title: "How To Install zipios++ on Fedora 36"
linkTitle: "zipios++"
type: "docs"
description: "In this tutorial we learn how to install zipios++ in Fedora 36. zipios++ is C++ library for reading and writing Zip files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/zipios++-featured.png
---
## Introduction
In this tutorial we learn how to install `zipios++` on Fedora 36.
### What is `zipios++`
> Zipios++ is a java.util.zip-like C++ library for reading and writing Zip files. Access to individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided.
We can use `yum` or `dnf` to install `zipios++` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zipios++.
## Install zipios++ 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 zipios++
using dnf
by running the following command:
sudo dnf -y install zipios++
Install zipios++ 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 zipios++
using yum
by running the following command:
sudo yum -y install zipios++
How To Uninstall zipios++ on Fedora 36
To uninstall only the zipios++
package we can use the following command:
sudo dnf remove zipios++
zipios++ Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/650e60a6bf2cbe70378a8fb258186c54168d94
/usr/lib64/libzipios.so.0
/usr/lib64/libzipios.so.0.0.0
/usr/share/doc/zipios++
/usr/share/doc/zipios++/AUTHORS
/usr/share/doc/zipios++/NEWS
/usr/share/doc/zipios++/README
/usr/share/licenses/zipios++
/usr/share/licenses/zipios++/COPYING
References
Summary
In this tutorial we learn how to install zipios++
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/8b /usr/lib/.build-id/8b/78a0e191a29dcb8e1e09f5cbdce8cc8b75eb0e /usr/lib/libzipios.so.0 /usr/lib/libzipios.so.0.0.0 /usr/share/doc/zipios++ /usr/share/doc/zipios++/AUTHORS /usr/share/doc/zipios++/NEWS /usr/share/doc/zipios++/README /usr/share/licenses/zipios++ /usr/share/licenses/zipios++/COPYING
## References
* [zipios++ website](http://zipios.sourceforge.net/)
## Summary
In this tutorial we learn how to install `zipios++` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).