How To Install converseen on Rocky Linux 8
Introduction
In this tutorial we learn how to install converseen
on Rocky Linux 8.
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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install converseen.
Install converseen on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
To uninstall only the converseen
package we can use the following command:
sudo dnf remove converseen
converseen Package Contents on Rocky Linux 8
/usr/bin/converseen
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/da179035eb8756fc230cd07c714688505050a9
/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 Rocky Linux 8 using yum and dnf.