How to Install and Uninstall qtiocompressor.i686 Package on Fedora 39

Last updated: January 16,2025

1. Install "qtiocompressor.i686" package

Here is a brief guide to show you how to install qtiocompressor.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install qtiocompressor.i686

2. Uninstall "qtiocompressor.i686" package

This tutorial shows how to uninstall qtiocompressor.i686 on Fedora 39:

$ sudo dnf remove qtiocompressor.i686 $ sudo dnf autoremove

3. Information about the qtiocompressor.i686 package on Fedora 39

Last metadata expiration check: 2:29:27 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : qtiocompressor
Version : 2.3.1
Release : 29.fc39
Architecture : i686
Size : 38 k
Source : qtiocompressor-2.3.1-29.fc39.src.rpm
Repository : fedora
Summary : QIODevice that compresses data streams
URL : http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtiocompressor/
License : GPLv3 or LGPLv2 with exceptions
Description : The class works on top of a QIODevice subclass, compressing data before it is
: written and decompressing it when it is read. Since QtIOCompressor works on
: streams, it does not have to see the entire data set before compressing or
: decompressing it. This can reduce the memory requirements when working on large
: data sets.