How To Install converseen on Fedora 34

converseen is A batch image conversion tool written in C++ with Qt5 and Magick++

Introduction

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

What is converseen

Converseen is a batch image conversion tool and resizer written in C++ with Qt5 and Magick++. Converseen allows you to convert images in more than 100 different formats!

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

Install converseen 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 converseen using dnf by running the following command:

sudo dnf -y install converseen

Install converseen 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 converseen using yum by running the following command:

sudo yum -y install converseen

How To Uninstall converseen on Fedora 34

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

sudo dnf remove converseen

converseen Package Contents on Fedora 34

/usr/bin/converseen
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/4f0516619d21fcad9db647672b66387b9a8489
/usr/share/applications/converseen.desktop
/usr/share/converseen
/usr/share/converseen/loc
/usr/share/converseen/loc/converseen_cs_CZ.qm
/usr/share/converseen/loc/converseen_da_DK.qm
/usr/share/converseen/loc/converseen_de_DE.qm
/usr/share/converseen/loc/converseen_es_CL.qm
/usr/share/converseen/loc/converseen_fr_FR.qm
/usr/share/converseen/loc/converseen_hu_HU.qm
/usr/share/converseen/loc/converseen_it_IT.qm
/usr/share/converseen/loc/converseen_ja_JP.qm
/usr/share/converseen/loc/converseen_pl_PL.qm
/usr/share/converseen/loc/converseen_pt_BR.qm
/usr/share/converseen/loc/converseen_ru_RU.qm
/usr/share/converseen/loc/converseen_sv_SE.qm
/usr/share/converseen/loc/converseen_tr_TR.qm
/usr/share/converseen/loc/converseen_uk_UA.qm
/usr/share/doc/converseen
/usr/share/doc/converseen/COPYING
/usr/share/kservices5/ServiceMenus/converseen_import.desktop
/usr/share/metainfo/converseen.appdata.xml
/usr/share/pixmaps/converseen.png

References

Summary

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