How To Install qt-jdenticon on Fedora 36

In this tutorial we learn how to install qt-jdenticon in Fedora 36. qt-jdenticon is Jdenticon Qt5 plugin

Introduction

In this tutorial we learn how to install qt-jdenticon on Fedora 36.

What is qt-jdenticon

Special Qt5/C++14 port of Jdenticon distributed as a Qt plugin. The eventual plan for this is that it will be made into a Qt5 library that can be used in other applications with a command-line application for use as a standalone generator.

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

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

sudo dnf -y install qt-jdenticon

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

sudo yum -y install qt-jdenticon

How To Uninstall qt-jdenticon on Fedora 36

To uninstall only the qt-jdenticon package we can use the following command:

sudo dnf remove qt-jdenticon

qt-jdenticon Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/64d526722590b0ab881ee368857a55bf42b303
/usr/lib64/qt5/plugins/libqtjdenticon.so
/usr/share/doc/qt-jdenticon
/usr/share/doc/qt-jdenticon/README.md
/usr/share/licenses/qt-jdenticon
/usr/share/licenses/qt-jdenticon/LICENSE

References

Summary

In this tutorial we learn how to install qt-jdenticon on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).