How To Install converseen on Fedora 36

In this tutorial we learn how to install converseen in Fedora 36. 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 36.

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 36. In this tutorial we discuss both methods but you only need to choose one of method to install converseen.

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

sudo dnf -y install converseen

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

sudo yum -y install converseen

How To Uninstall converseen on Fedora 36

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

sudo dnf remove converseen

converseen Package Contents on Fedora 36

/usr/bin/converseen
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/313f3e6045eb29abe9239d19943e1948de1b10
/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/converseen/loc/converseen_zh_CN.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 36 using yum and [dnf]((/fedora/36/dnf/).