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. Note The previous version is depreciated but still supported as zipios++.
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
/usr/bin/appendzip
/usr/bin/dosdatetime
/usr/bin/zipios
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/520116297fd0b147ffd763b10acca40ca17553
/usr/lib/.build-id/42
/usr/lib/.build-id/42/f3ee6979b835f3422937c613cf068feebc7abe
/usr/lib/.build-id/55
/usr/lib/.build-id/55/c989d17640d408b6fdbfa642cacc4fa5914087
/usr/lib/.build-id/61
/usr/lib/.build-id/61/1109866a567fff947589789ca43d9e0dadbd60
/usr/lib/libzipios.so.2
/usr/lib/libzipios.so.2.2
/usr/share/doc/zipios
/usr/share/doc/zipios/AUTHORS
/usr/share/doc/zipios/NEWS
/usr/share/doc/zipios/README.md
/usr/share/doc/zipios/TODO
/usr/share/licenses/zipios
/usr/share/licenses/zipios/COPYING
/usr/share/man/man1/appendzip.1.gz
/usr/share/man/man1/dosdatetime.1.gz
/usr/share/man/man1/zipios.1.gz
References
Summary
In this tutorial we learn how to install zipios
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
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. Note The previous version is depreciated but still supported as zipios++.
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
/usr/bin/appendzip
/usr/bin/dosdatetime
/usr/bin/zipios
/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/935c0154f2da7172e6fed59613316fb3854baa
/usr/lib/.build-id/69
/usr/lib/.build-id/69/46be31c5f97683e2c2dfd388763f899a8117a8
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/554cf800f41186f41d85df54828115d225a8e6
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/1b6f7ac48435b2cafa381e178bbe12a5d419d4
/usr/lib64/libzipios.so.2
/usr/lib64/libzipios.so.2.2
/usr/share/doc/zipios
/usr/share/doc/zipios/AUTHORS
/usr/share/doc/zipios/NEWS
/usr/share/doc/zipios/README.md
/usr/share/doc/zipios/TODO
/usr/share/licenses/zipios
/usr/share/licenses/zipios/COPYING
/usr/share/man/man1/appendzip.1.gz
/usr/share/man/man1/dosdatetime.1.gz
/usr/share/man/man1/zipios.1.gz
References
Summary
In this tutorial we learn how to install zipios
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).