How To Install superkb on Fedora 36

In this tutorial we learn how to install superkb in Fedora 36. superkb is Graphical application launcher for Linux

Introduction

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

What is superkb

Graphical application launcher for Linux. It works by activating upon a hot key press, usually Super_L or Super_R. On activation it shows a keyboard on screen with the keys and its corresponding actions

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

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

sudo dnf -y install superkb

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

sudo yum -y install superkb

How To Uninstall superkb on Fedora 36

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

sudo dnf remove superkb

superkb Package Contents on Fedora 36

/usr/bin/superkb
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/0b15bd5d7c3f738097021c3e9427f05b931f37
/usr/lib/.build-id/91
/usr/lib/.build-id/91/df14cb2dd70f7766d7b1223ede46078cd30372
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/34f60f75485503fb4244853ae2297afa88e79a
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/728bbe07b2125f039a55469305d0d6ee393bef
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/2d327ce0d7015d00c4f1420c375e8ead9d4725
/usr/lib64/superkb
/usr/lib64/superkb/drawkblibs-cairo.so
/usr/lib64/superkb/drawkblibs-xlib.so
/usr/lib64/superkb/puticon-gdkpixbuf.so
/usr/lib64/superkb/puticon-imlib2.so
/usr/share/doc/superkb
/usr/share/doc/superkb/LICENSE
/usr/share/man/man1/superkb.1.gz

References

Summary

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