How To Install xournalpp on Fedora 36

In this tutorial we learn how to install xournalpp in Fedora 36. xournalpp is Handwriting note-taking software

Introduction

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

What is xournalpp

Xournal++ is a handwriting note-taking software with PDF annotation support. Supports Pen input like Wacom Tablets

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

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

sudo dnf -y install xournalpp

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

sudo yum -y install xournalpp

How To Uninstall xournalpp on Fedora 36

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

sudo dnf remove xournalpp

xournalpp Package Contents on Fedora 36

/usr/bin/xournalpp
/usr/bin/xournalpp-thumbnailer
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/c2663f678b44bba609efff974d36e22dae9cd5
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/8e2f4f8f7d8a57030ab8c76e50a79261819e5b
/usr/share/applications/com.github.xournalpp.xournalpp.desktop
/usr/share/doc/xournalpp
/usr/share/doc/xournalpp/AUTHORS
/usr/share/doc/xournalpp/README.md
/usr/share/icons/hicolor/scalable/apps/com.github.xournalpp.xournalpp.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-xojpp.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-xopp.svg
/usr/share/icons/hicolor/scalable/mimetypes/application-x-xopt.svg
/usr/share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xopp.svg
/usr/share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-xopt.svg
/usr/share/licenses/xournalpp
/usr/share/licenses/xournalpp/LICENSE
/usr/share/locale/af_ZA/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ar/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ca/LC_MESSAGES/xournalpp.mo
/usr/share/locale/cs/LC_MESSAGES/xournalpp.mo
/usr/share/locale/da/LC_MESSAGES/xournalpp.mo
/usr/share/locale/de/LC_MESSAGES/xournalpp.mo
/usr/share/locale/el/LC_MESSAGES/xournalpp.mo
/usr/share/locale/es/LC_MESSAGES/xournalpp.mo
/usr/share/locale/eu/LC_MESSAGES/xournalpp.mo
/usr/share/locale/fi/LC_MESSAGES/xournalpp.mo
/usr/share/locale/fr/LC_MESSAGES/xournalpp.mo
/usr/share/locale/gl/LC_MESSAGES/xournalpp.mo
/usr/share/locale/he/LC_MESSAGES/xournalpp.mo
/usr/share/locale/hi/LC_MESSAGES/xournalpp.mo
/usr/share/locale/hu/LC_MESSAGES/xournalpp.mo
/usr/share/locale/id/LC_MESSAGES/xournalpp.mo
/usr/share/locale/it/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ja/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ko/LC_MESSAGES/xournalpp.mo
/usr/share/locale/nl/LC_MESSAGES/xournalpp.mo
/usr/share/locale/no/LC_MESSAGES/xournalpp.mo
/usr/share/locale/pl/LC_MESSAGES/xournalpp.mo
/usr/share/locale/pt_BR/LC_MESSAGES/xournalpp.mo
/usr/share/locale/pt_PT/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ro/LC_MESSAGES/xournalpp.mo
/usr/share/locale/ru/LC_MESSAGES/xournalpp.mo
/usr/share/locale/si_LK/LC_MESSAGES/xournalpp.mo
/usr/share/locale/sv/LC_MESSAGES/xournalpp.mo
/usr/share/locale/th/LC_MESSAGES/xournalpp.mo
/usr/share/locale/tr/LC_MESSAGES/xournalpp.mo
/usr/share/locale/vi/LC_MESSAGES/xournalpp.mo
/usr/share/locale/zh/LC_MESSAGES/xournalpp.mo
/usr/share/locale/zh_HK/LC_MESSAGES/xournalpp.mo
/usr/share/locale/zh_TW/LC_MESSAGES/xournalpp.mo
/usr/share/metainfo/com.github.xournalpp.xournalpp.appdata.xml
/usr/share/mime/packages/com.github.xournalpp.xournalpp.xml
/usr/share/thumbnailers/com.github.xournalpp.xournalpp.thumbnailer
/usr/share/xournalpp
/usr/share/xournalpp/resources/default_template.tex
/usr/share/xournalpp/resources/legacy_template.tex

References

Summary

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