How To Install xbanish on Fedora 36

In this tutorial we learn how to install xbanish in Fedora 36. xbanish is Banish the mouse cursor when typing, show it again when the mouse moves

Introduction

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

What is xbanish

xbanish hides the mouse cursor when you start typing, and shows it again when the mouse cursor moves or a mouse button is pressed. This is similar to xterm’s pointerMode setting, but xbanish works globally in the X11 session.

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

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

sudo dnf -y install xbanish

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

sudo yum -y install xbanish

How To Uninstall xbanish on Fedora 36

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

sudo dnf remove xbanish

xbanish Package Contents on Fedora 36

/usr/bin/xbanish
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/7133073bc968b905e25061f3b3ca3a5132da09
/usr/share/doc/xbanish
/usr/share/doc/xbanish/README.md
/usr/share/man/man1/xbanish.1.gz

References

Summary

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