How To Install qimgv on Fedora 34
Introduction
In this tutorial we learn how to install qimgv
on Fedora 34.
What is qimgv
Qt5 image viewer. Fast, configurable, easy to use. Optional video support. Key features - Simple UI7 - Fast - Easy to use - Fully configurable, including shortcuts - Basic image editing - Ability to quickly copy / move images to different folders - Experimental video playback via libmpv - Ability to run shell scripts - A nice dark theme, should look identical on every OS / DE
We can use yum
or dnf
to install qimgv
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install qimgv.
Install qimgv 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 qimgv
using dnf
by running the following command:
sudo dnf -y install qimgv
Install qimgv 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 qimgv
using yum
by running the following command:
sudo yum -y install qimgv
How To Uninstall qimgv on Fedora 34
To uninstall only the qimgv
package we can use the following command:
sudo dnf remove qimgv
qimgv Package Contents on Fedora 34
/usr/bin/qimgv
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/775080ae85902fa715c3278d56293ee65d87dc
/usr/share/applications/qimgv.desktop
/usr/share/doc/qimgv
/usr/share/doc/qimgv/README.md
/usr/share/icons/hicolor/128x128/apps/qimgv.png
/usr/share/icons/hicolor/16x16/apps/qimgv.png
/usr/share/icons/hicolor/22x22/apps/qimgv.png
/usr/share/icons/hicolor/24x24/apps/qimgv.png
/usr/share/icons/hicolor/256x256/apps/qimgv.png
/usr/share/icons/hicolor/32x32/apps/qimgv.png
/usr/share/icons/hicolor/36x36/apps/qimgv.png
/usr/share/icons/hicolor/48x48/apps/qimgv.png
/usr/share/icons/hicolor/64x64/apps/qimgv.png
/usr/share/icons/hicolor/scalable/apps/qimgv.svg
/usr/share/licenses/qimgv
/usr/share/licenses/qimgv/LICENSE
/usr/share/metainfo/qimgv.appdata.xml
References
Summary
In this tutorial we learn how to install qimgv
on Fedora 34 using yum and dnf.