How to Install and Uninstall qtiocompressor.x86_64 Package on Fedora 34

Last updated: June 16,2024

1. Install "qtiocompressor.x86_64" package

In this section, we are going to explain the necessary steps to install qtiocompressor.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install qtiocompressor.x86_64

2. Uninstall "qtiocompressor.x86_64" package

This is a short guide on how to uninstall qtiocompressor.x86_64 on Fedora 34:

$ sudo dnf remove qtiocompressor.x86_64 $ sudo dnf autoremove

3. Information about the qtiocompressor.x86_64 package on Fedora 34

Last metadata expiration check: 2:30:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : qtiocompressor
Version : 2.3.1
Release : 24.fc34
Architecture : x86_64
Size : 38 k
Source : qtiocompressor-2.3.1-24.fc34.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.