How To Install xpad on Fedora 34
Introduction
In this tutorial we learn how to install xpad
on Fedora 34.
What is xpad
Xpad is a sticky note application that strives to be simple, fault-tolerant, and customizable. It consists of independent pad windows; each is basically a text box in which notes can be written. Despite being called xpad, all that is needed to run or compile it is the GTK+ 2.0 libraries.
We can use yum
or dnf
to install xpad
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install xpad.
Install xpad on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xpad
using dnf
by running the following command:
sudo dnf -y install xpad
Install xpad on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xpad
using yum
by running the following command:
sudo yum -y install xpad
How To Uninstall xpad on Fedora 34
To uninstall only the xpad
package we can use the following command:
sudo dnf remove xpad
xpad Package Contents on Fedora 34
/usr/bin/xpad
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/88c36c5c56525b0458f81645720cd673f69986
/usr/share/applications/xpad.desktop
/usr/share/doc/xpad
/usr/share/doc/xpad/AUTHORS
/usr/share/doc/xpad/ChangeLog
/usr/share/doc/xpad/README
/usr/share/icons/hicolor/scalable/apps/xpad.svg
/usr/share/licenses/xpad
/usr/share/licenses/xpad/COPYING
/usr/share/locale/af/LC_MESSAGES/xpad.mo
/usr/share/locale/bg/LC_MESSAGES/xpad.mo
/usr/share/locale/cs/LC_MESSAGES/xpad.mo
/usr/share/locale/da/LC_MESSAGES/xpad.mo
/usr/share/locale/de/LC_MESSAGES/xpad.mo
/usr/share/locale/en_GB/LC_MESSAGES/xpad.mo
/usr/share/locale/es/LC_MESSAGES/xpad.mo
/usr/share/locale/et/LC_MESSAGES/xpad.mo
/usr/share/locale/fi/LC_MESSAGES/xpad.mo
/usr/share/locale/fr/LC_MESSAGES/xpad.mo
/usr/share/locale/ga/LC_MESSAGES/xpad.mo
/usr/share/locale/hr/LC_MESSAGES/xpad.mo
/usr/share/locale/hu/LC_MESSAGES/xpad.mo
/usr/share/locale/it/LC_MESSAGES/xpad.mo
/usr/share/locale/ja/LC_MESSAGES/xpad.mo
/usr/share/locale/ko/LC_MESSAGES/xpad.mo
/usr/share/locale/lv/LC_MESSAGES/xpad.mo
/usr/share/locale/nl/LC_MESSAGES/xpad.mo
/usr/share/locale/pt/LC_MESSAGES/xpad.mo
/usr/share/locale/ro/LC_MESSAGES/xpad.mo
/usr/share/locale/ru/LC_MESSAGES/xpad.mo
/usr/share/locale/rw/LC_MESSAGES/xpad.mo
/usr/share/locale/sv/LC_MESSAGES/xpad.mo
/usr/share/locale/th/LC_MESSAGES/xpad.mo
/usr/share/locale/tr/LC_MESSAGES/xpad.mo
/usr/share/locale/vi/LC_MESSAGES/xpad.mo
/usr/share/locale/zh_CN/LC_MESSAGES/xpad.mo
/usr/share/locale/zh_TW/LC_MESSAGES/xpad.mo
/usr/share/man/man1/xpad.1.gz
/usr/share/xpad
/usr/share/xpad/help
/usr/share/xpad/help/xpad-user-help.txt
References
Summary
In this tutorial we learn how to install xpad
on Fedora 34 using yum and dnf.