How To Install qmlkonsole on Fedora 36

In this tutorial we learn how to install qmlkonsole in Fedora 36. qmlkonsole is Terminal app for Plasma Mobile

Introduction

In this tutorial we learn how to install qmlkonsole on Fedora 36.

What is qmlkonsole

Terminal app for Plasma Mobile.

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

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

sudo dnf -y install qmlkonsole

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

sudo yum -y install qmlkonsole

How To Uninstall qmlkonsole on Fedora 36

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

sudo dnf remove qmlkonsole

qmlkonsole Package Contents on Fedora 36

/usr/bin/qmlkonsole
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/9c95dc901a7ffae223b134b4437fb5c6f9b62f
/usr/share/applications/org.kde.mobile.qmlkonsole.desktop
/usr/share/config.kcfg/terminalsettings.kcfg
/usr/share/licenses/qmlkonsole
/usr/share/licenses/qmlkonsole/GPL-2.0-or-later.txt
/usr/share/locale/ca/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/cs/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/de/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/en_GB/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/es/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/eu/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/fr/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/hi/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/hu/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/it/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/ko/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/nl/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/nn/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/pa/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/pl/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/pt/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/pt_BR/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/ro/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/sk/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/sl/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/sv/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/uk/LC_MESSAGES/qmlkonsole.mo
/usr/share/locale/zh_CN/LC_MESSAGES/qmlkonsole.mo
/usr/share/metainfo/org.kde.mobile.qmlkonsole.appdata.xml

References

Summary

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