How To Install qimageblitz on Fedora 34

qimageblitz is Graphical effect and filter library Graphical effect and filter library

Introduction

In this tutorial we learn how to install qimageblitz on Fedora 34.

What is qimageblitz

Blitz is a graphical effect and filter library for KDE4 that contains improvements over KDE 3.x’s kdefx library including bugfixes, memory and speed improvements, and MMX/SSE support. qimageblitz 0.0.6 23.fc34 x86_64 60 k qimageblitz-0.0.6-23.fc34.src.rpm fedora Graphical effect and filter library http BSD and ImageMagick Blitz is a graphical effect and filter library for KDE4 that contains improvements over KDE 3.x’s kdefx library including bugfixes, memory and speed improvements, and MMX/SSE support.

We can use yum or dnf to install qimageblitz on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install qimageblitz.

Install qimageblitz on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install qimageblitz using dnf by running the following command:

sudo dnf -y install qimageblitz

Install qimageblitz on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install qimageblitz using yum by running the following command:

sudo yum -y install qimageblitz

How To Uninstall qimageblitz on Fedora 34

To uninstall only the qimageblitz package we can use the following command:

sudo dnf remove qimageblitz

qimageblitz Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/c8ee29c28d79dc5e3e53eee4f6a3da4ba65b3f
/usr/lib/libqimageblitz.so.4
/usr/lib/libqimageblitz.so.4.0.0
/usr/share/doc/qimageblitz
/usr/share/doc/qimageblitz/COPYING
/usr/share/doc/qimageblitz/Changelog
/usr/share/doc/qimageblitz/README.BLITZ
/usr/share/doc/qimageblitz/README.PORTING
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/8f6dbe9ba8a3acd0df0a95a5843b161abce3a9
/usr/lib64/libqimageblitz.so.4
/usr/lib64/libqimageblitz.so.4.0.0
/usr/share/doc/qimageblitz
/usr/share/doc/qimageblitz/COPYING
/usr/share/doc/qimageblitz/Changelog
/usr/share/doc/qimageblitz/README.BLITZ
/usr/share/doc/qimageblitz/README.PORTING

References

Summary

In this tutorial we learn how to install qimageblitz on Fedora 34 using yum and dnf.