How to Install and Uninstall zipios.x86_64 Package on Fedora 36

Last updated: May 08,2024

1. Install "zipios.x86_64" package

Please follow the step by step instructions below to install zipios.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install zipios.x86_64

2. Uninstall "zipios.x86_64" package

Please follow the step by step instructions below to uninstall zipios.x86_64 on Fedora 36:

$ sudo dnf remove zipios.x86_64 $ sudo dnf autoremove

3. Information about the zipios.x86_64 package on Fedora 36

Last metadata expiration check: 2:49:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : zipios
Version : 2.2.5.0
Release : 4.fc36
Architecture : x86_64
Size : 100 k
Source : zipios-2.2.5.0-4.fc36.src.rpm
Repository : fedora
Summary : C++ library for reading and writing Zip files
URL : https://snapwebsites.org/project/zipios
License : GPLv2+
Description : 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: This is nearly a complete rewrite of the 1.x series by a new upstream.
: The previous version is depreciated but still supported as zipios++.