How to Install and Uninstall zipios.i686 Package on Fedora 35

Last updated: October 06,2024

1. Install "zipios.i686" package

Please follow the guidance below to install zipios.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install zipios.i686

2. Uninstall "zipios.i686" package

Please follow the step by step instructions below to uninstall zipios.i686 on Fedora 35:

$ sudo dnf remove zipios.i686 $ sudo dnf autoremove

3. Information about the zipios.i686 package on Fedora 35

Last metadata expiration check: 1:28:55 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : zipios
Version : 2.2.5.0
Release : 3.fc35
Architecture : i686
Size : 106 k
Source : zipios-2.2.5.0-3.fc35.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++.