How To Install xwrits on Fedora 36
Introduction
In this tutorial we learn how to install xwrits on Fedora 36.
What is xwrits
Xwrits reminds you to take wrist breaks, which should help you prevent or manage a repetitive stress injury. It pops up an X window when you should rest; you click on that window, then take a break. Xwrits’s graphics are brightly colored pictures of a wrist and the attached hand. The wrist clenches and stretches ``as if in pain’’ when you should rest, slumps relaxed during the break, and points forward valiantly when the break is over. It is trapped behind bars while the keyboard is locked. Other gestures are included. Extensive command line options let you control how often xwrits appears. It can escalate its behavior over time – by putting up more flashing windows or actually locking you out of the keyboard, for example – which makes it harder to cheat.
We can use yum or dnf to install xwrits on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xwrits.
Install xwrits 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 xwrits using dnf by running the following command:
sudo dnf -y install xwrits
Install xwrits 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 xwrits using yum by running the following command:
sudo yum -y install xwrits
How To Uninstall xwrits on Fedora 36
To uninstall only the xwrits package we can use the following command:
sudo dnf remove xwrits
xwrits Package Contents on Fedora 36
/usr/bin/xwrits
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/2dee51b40788620dfc40994489476b36cc90e5
/usr/share/applications/xwrits.desktop
/usr/share/doc/xwrits
/usr/share/doc/xwrits/GESTURES
/usr/share/doc/xwrits/NEWS
/usr/share/doc/xwrits/README
/usr/share/doc/xwrits/TODO
/usr/share/man/man1/xwrits.1.gz
/usr/share/pixmaps/xwrits.png
References
Summary
In this tutorial we learn how to install xwrits on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).