How To Install notekit on Fedora 36
Introduction
In this tutorial we learn how to install notekit
on Fedora 36.
What is notekit
This program is a structured notetaking application based on GTK+ 3. Write your notes in instantly-formatted Markdown, organise them in a tree of folders that can be instantly navigated from within the program, and add hand-drawn notes by mouse, touchscreen or digitiser.
We can use yum
or dnf
to install notekit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install notekit.
Install notekit 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 notekit
using dnf
by running the following command:
sudo dnf -y install notekit
Install notekit 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 notekit
using yum
by running the following command:
sudo yum -y install notekit
How To Uninstall notekit on Fedora 36
To uninstall only the notekit
package we can use the following command:
sudo dnf remove notekit
notekit Package Contents on Fedora 36
/usr/bin/notekit
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/371a0755c7a2b4a6d468208b2f31965e6143a3
/usr/share/applications/com.github.blackhole89.notekit.desktop
/usr/share/doc/notekit
/usr/share/doc/notekit/README.md
/usr/share/icons/hicolor/128x128/apps/com.github.blackhole89.notekit.png
/usr/share/icons/hicolor/scalable/apps/com.github.blackhole89.notekit.svg
/usr/share/licenses/notekit
/usr/share/licenses/notekit/Charter license.txt
/usr/share/licenses/notekit/LICENSE
/usr/share/metainfo/com.github.blackhole89.notekit.metainfo.xml
/usr/share/notekit
/usr/share/notekit/data
/usr/share/notekit/data/default_config.json
/usr/share/notekit/data/fonts
/usr/share/notekit/data/fonts/Charter Bold Italic.otf
/usr/share/notekit/data/fonts/Charter Bold.otf
/usr/share/notekit/data/fonts/Charter Italic.otf
/usr/share/notekit/data/fonts/Charter Regular.otf
/usr/share/notekit/data/fonts/Charter license.txt
/usr/share/notekit/data/icons
/usr/share/notekit/data/icons/hicolor
/usr/share/notekit/data/icons/hicolor/index.theme
/usr/share/notekit/data/icons/hicolor/scalable
/usr/share/notekit/data/icons/hicolor/scalable/emblems
/usr/share/notekit/data/icons/hicolor/scalable/emblems/eraser-tool-symbolic.svg
/usr/share/notekit/data/icons/hicolor/scalable/emblems/large-pen-symbolic.svg
/usr/share/notekit/data/icons/hicolor/scalable/emblems/medium-pen-symbolic.svg
/usr/share/notekit/data/icons/hicolor/scalable/emblems/pen-tool-symbolic.svg
/usr/share/notekit/data/icons/hicolor/scalable/emblems/pick-color-symbolic.svg
/usr/share/notekit/data/icons/hicolor/scalable/emblems/select-symbolic.svg
/usr/share/notekit/data/icons/hicolor/scalable/emblems/small-pen-symbolic.svg
/usr/share/notekit/data/icons/hicolor/scalable/emblems/text-symbolic.svg
/usr/share/notekit/data/preferences.glade
/usr/share/notekit/data/stylesheet.css
/usr/share/notekit/data/toolbar.glade
/usr/share/notekit/sourceview
/usr/share/notekit/sourceview/classic.xml
/usr/share/notekit/sourceview/def.lang
/usr/share/notekit/sourceview/language.dtd
/usr/share/notekit/sourceview/language.rng
/usr/share/notekit/sourceview/language2.rng
/usr/share/notekit/sourceview/markdown.lang
/usr/share/notekit/sourceview/markdown.lang.in
/usr/share/notekit/sourceview/markdownlisting.lang
/usr/share/notekit/sourceview/notekit.xml
/usr/share/notekit/sourceview/styles.rng
References
Summary
In this tutorial we learn how to install notekit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).