How To Install qtiocompressor on Fedora 36
Introduction
In this tutorial we learn how to install qtiocompressor on Fedora 36.
What is qtiocompressor
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.
We can use yum or dnf to install qtiocompressor on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtiocompressor.
Install qtiocompressor 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 qtiocompressor using dnf by running the following command:
sudo dnf -y install qtiocompressor
Install qtiocompressor 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 qtiocompressor using yum by running the following command:
sudo yum -y install qtiocompressor
How To Uninstall qtiocompressor on Fedora 36
To uninstall only the qtiocompressor package we can use the following command:
sudo dnf remove qtiocompressor
qtiocompressor Package Contents on Fedora 36
---
title: "How To Install qtiocompressor on Fedora 36"
linkTitle: "qtiocompressor"
type: "docs"
description: "In this tutorial we learn how to install qtiocompressor in Fedora 36. qtiocompressor is QIODevice that compresses data streams"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qtiocompressor-featured.png
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/2aef948447c570a8172934a6e59dad2126a211
/usr/lib/libQt5Solutions_IOCompressor-2.3.so.1
/usr/lib/libQt5Solutions_IOCompressor-2.3.so.1.0
/usr/lib/libQt5Solutions_IOCompressor-2.3.so.1.0.0
/usr/share/doc/qtiocompressor
/usr/share/doc/qtiocompressor/README.TXT
/usr/share/licenses/qtiocompressor
/usr/share/licenses/qtiocompressor/LGPL_EXCEPTION.txt
/usr/share/licenses/qtiocompressor/LICENSE.GPL3
/usr/share/licenses/qtiocompressor/LICENSE.LGPL
---
## Introduction
In this tutorial we learn how to install `qtiocompressor` on Fedora 36.
What is qtiocompressor
References
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.
We can use yum or dnf to install qtiocompressor on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtiocompressor.
Summary
Install qtiocompressor on Fedora 36 Using dnf
In this tutorial we learn how to install qtiocompressor on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install qtiocompressor using dnf by running the following command:
sudo dnf -y install qtiocompressor
Install qtiocompressor 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 qtiocompressor using yum by running the following command:
sudo yum -y install qtiocompressor
How To Uninstall qtiocompressor on Fedora 36
To uninstall only the qtiocompressor package we can use the following command:
sudo dnf remove qtiocompressor
qtiocompressor Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/d15ec16799cd4c1525d0f95a3a050c3d3793fd
/usr/lib64/libQt5Solutions_IOCompressor-2.3.so.1
/usr/lib64/libQt5Solutions_IOCompressor-2.3.so.1.0
/usr/lib64/libQt5Solutions_IOCompressor-2.3.so.1.0.0
/usr/share/doc/qtiocompressor
/usr/share/doc/qtiocompressor/README.TXT
/usr/share/licenses/qtiocompressor
/usr/share/licenses/qtiocompressor/LGPL_EXCEPTION.txt
/usr/share/licenses/qtiocompressor/LICENSE.GPL3
/usr/share/licenses/qtiocompressor/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install qtiocompressor on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).