How To Install notes-up on Fedora 36
Introduction
In this tutorial we learn how to install notes-up
on Fedora 36.
What is notes-up
The intuitive writing app for everyone, from students to developers. With powerful features like - Easy-to-use markdown editor. - Notebooks and tags, quickly find and organize your notes. - Your work is saved automatically as you write, you will never loose your work. - Plugins - Export as PDF and Markdown files. - Cross-Note Links to quickly reference other notes. - 3 Beautiful app themes to help you create the best writing environment. - And much more!
We can use yum
or dnf
to install notes-up
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install notes-up.
Install notes-up 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 notes-up
using dnf
by running the following command:
sudo dnf -y install notes-up
Install notes-up 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 notes-up
using yum
by running the following command:
sudo yum -y install notes-up
How To Uninstall notes-up on Fedora 36
To uninstall only the notes-up
package we can use the following command:
sudo dnf remove notes-up
notes-up Package Contents on Fedora 36
/usr/bin/com.github.philip_scott.notes-up
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/da0ce98e6603eb075417ca60f75730de1e9486
/usr/share/applications/com.github.philip_scott.notes-up.desktop
/usr/share/doc/notes-up
/usr/share/doc/notes-up/README.md
/usr/share/glib-2.0/schemas/com.github.philip_scott.notes-up.gschema.xml
/usr/share/icons/hicolor/48x48/apps/com.github.philip_scott.notes-up.svg
/usr/share/icons/hicolor/64x64/apps/com.github.philip_scott.notes-up.svg
/usr/share/licenses/notes-up
/usr/share/licenses/notes-up/LICENSE
/usr/share/licenses/notes-up/highlight.LICENSE
/usr/share/locale/cs/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/de/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/es/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/fr/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/it/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/ja/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/lt/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/nl/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/pt/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/pt_BR/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/locale/ru/LC_MESSAGES/com.github.philip_scott.notes-up.mo
/usr/share/metainfo/com.github.philip_scott.notes-up.appdata.xml
References
Summary
In this tutorial we learn how to install notes-up
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).