How To Install notekit on Fedora 34
Introduction
In this tutorial we learn how to install notekit
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install notekit.
Install notekit 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 notekit
using dnf
by running the following command:
sudo dnf -y install notekit
Install notekit 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 notekit
using yum
by running the following command:
sudo yum -y install notekit
How To Uninstall notekit on Fedora 34
To uninstall only the notekit
package we can use the following command:
sudo dnf remove notekit
notekit Package Contents on Fedora 34
/usr/bin/notekit
/usr/lib/.build-id
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/be36ff603cceafc1214faaf16bab1e4795ad04
/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 34 using yum and dnf.