How To Install jrnl on Fedora 34
Introduction
In this tutorial we learn how to install jrnl
on Fedora 34.
What is jrnl
jrnl is a simple journal application for the command line. You can use it to easily create, search, and view journal entries. Journals are stored as human-readable plain text, and can also be encrypted using AES encryption.
We can use yum
or dnf
to install jrnl
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install jrnl.
Install jrnl 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 jrnl
using dnf
by running the following command:
sudo dnf -y install jrnl
Install jrnl 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 jrnl
using yum
by running the following command:
sudo yum -y install jrnl
How To Uninstall jrnl on Fedora 34
To uninstall only the jrnl
package we can use the following command:
sudo dnf remove jrnl
jrnl Package Contents on Fedora 34
/usr/bin/jrnl
/usr/lib/python3.9/site-packages/jrnl
/usr/lib/python3.9/site-packages/jrnl-2.7-py3.9.egg-info
/usr/lib/python3.9/site-packages/jrnl-2.7-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/jrnl-2.7-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/jrnl-2.7-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/jrnl-2.7-py3.9.egg-info/entry_points.txt
/usr/lib/python3.9/site-packages/jrnl-2.7-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/jrnl-2.7-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/jrnl/DayOneJournal.py
/usr/lib/python3.9/site-packages/jrnl/EncryptedJournal.py
/usr/lib/python3.9/site-packages/jrnl/Entry.py
/usr/lib/python3.9/site-packages/jrnl/FolderJournal.py
/usr/lib/python3.9/site-packages/jrnl/Journal.py
/usr/lib/python3.9/site-packages/jrnl/__init__.py
/usr/lib/python3.9/site-packages/jrnl/__main__.py
/usr/lib/python3.9/site-packages/jrnl/__pycache__
/usr/lib/python3.9/site-packages/jrnl/__pycache__/DayOneJournal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/DayOneJournal.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/EncryptedJournal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/EncryptedJournal.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/Entry.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/Entry.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/FolderJournal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/FolderJournal.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/Journal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/Journal.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__main__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__version__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__version__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/args.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/args.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/cli.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/cli.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/color.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/color.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/commands.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/commands.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/config.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/config.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/editor.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/editor.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/exception.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/exception.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/install.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/install.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/jrnl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/jrnl.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/os_compat.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/os_compat.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/output.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/output.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/prompt.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/prompt.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/time.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/time.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/upgrade.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/upgrade.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__version__.py
/usr/lib/python3.9/site-packages/jrnl/args.py
/usr/lib/python3.9/site-packages/jrnl/cli.py
/usr/lib/python3.9/site-packages/jrnl/color.py
/usr/lib/python3.9/site-packages/jrnl/commands.py
/usr/lib/python3.9/site-packages/jrnl/config.py
/usr/lib/python3.9/site-packages/jrnl/editor.py
/usr/lib/python3.9/site-packages/jrnl/exception.py
/usr/lib/python3.9/site-packages/jrnl/install.py
/usr/lib/python3.9/site-packages/jrnl/jrnl.py
/usr/lib/python3.9/site-packages/jrnl/os_compat.py
/usr/lib/python3.9/site-packages/jrnl/output.py
/usr/lib/python3.9/site-packages/jrnl/plugins
/usr/lib/python3.9/site-packages/jrnl/plugins/__init__.py
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/dates_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/dates_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/fancy_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/fancy_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/jrnl_importer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/jrnl_importer.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/json_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/json_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/markdown_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/markdown_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/tag_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/tag_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/template.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/template.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/template_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/template_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/text_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/text_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/util.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/util.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/xml_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/xml_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/yaml_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/yaml_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/dates_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/fancy_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/jrnl_importer.py
/usr/lib/python3.9/site-packages/jrnl/plugins/json_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/markdown_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/tag_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/template.py
/usr/lib/python3.9/site-packages/jrnl/plugins/template_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/text_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/util.py
/usr/lib/python3.9/site-packages/jrnl/plugins/xml_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/yaml_exporter.py
/usr/lib/python3.9/site-packages/jrnl/prompt.py
/usr/lib/python3.9/site-packages/jrnl/templates
/usr/lib/python3.9/site-packages/jrnl/templates/sample.template
/usr/lib/python3.9/site-packages/jrnl/time.py
/usr/lib/python3.9/site-packages/jrnl/upgrade.py
/usr/share/doc/jrnl
/usr/share/doc/jrnl/README.md
/usr/share/licenses/jrnl
/usr/share/licenses/jrnl/LICENSE.md
/usr/bin/jrnl
/usr/lib/python3.9/site-packages/jrnl
/usr/lib/python3.9/site-packages/jrnl-2.8.1.dist-info
/usr/lib/python3.9/site-packages/jrnl-2.8.1.dist-info/INSTALLER
/usr/lib/python3.9/site-packages/jrnl-2.8.1.dist-info/LICENSE.md
/usr/lib/python3.9/site-packages/jrnl-2.8.1.dist-info/METADATA
/usr/lib/python3.9/site-packages/jrnl-2.8.1.dist-info/WHEEL
/usr/lib/python3.9/site-packages/jrnl-2.8.1.dist-info/entry_points.txt
/usr/lib/python3.9/site-packages/jrnl/DayOneJournal.py
/usr/lib/python3.9/site-packages/jrnl/EncryptedJournal.py
/usr/lib/python3.9/site-packages/jrnl/Entry.py
/usr/lib/python3.9/site-packages/jrnl/FolderJournal.py
/usr/lib/python3.9/site-packages/jrnl/Journal.py
/usr/lib/python3.9/site-packages/jrnl/__init__.py
/usr/lib/python3.9/site-packages/jrnl/__main__.py
/usr/lib/python3.9/site-packages/jrnl/__pycache__
/usr/lib/python3.9/site-packages/jrnl/__pycache__/DayOneJournal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/DayOneJournal.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/EncryptedJournal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/EncryptedJournal.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/Entry.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/Entry.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/FolderJournal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/FolderJournal.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/Journal.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/Journal.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__main__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__version__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/__version__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/args.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/args.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/cli.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/cli.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/color.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/color.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/commands.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/commands.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/config.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/config.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/editor.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/editor.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/exception.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/exception.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/install.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/install.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/jrnl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/jrnl.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/os_compat.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/os_compat.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/output.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/output.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/override.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/override.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/prompt.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/prompt.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/time.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/time.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/upgrade.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/__pycache__/upgrade.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/__version__.py
/usr/lib/python3.9/site-packages/jrnl/args.py
/usr/lib/python3.9/site-packages/jrnl/cli.py
/usr/lib/python3.9/site-packages/jrnl/color.py
/usr/lib/python3.9/site-packages/jrnl/commands.py
/usr/lib/python3.9/site-packages/jrnl/config.py
/usr/lib/python3.9/site-packages/jrnl/editor.py
/usr/lib/python3.9/site-packages/jrnl/exception.py
/usr/lib/python3.9/site-packages/jrnl/install.py
/usr/lib/python3.9/site-packages/jrnl/jrnl.py
/usr/lib/python3.9/site-packages/jrnl/os_compat.py
/usr/lib/python3.9/site-packages/jrnl/output.py
/usr/lib/python3.9/site-packages/jrnl/override.py
/usr/lib/python3.9/site-packages/jrnl/plugins
/usr/lib/python3.9/site-packages/jrnl/plugins/__init__.py
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/dates_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/dates_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/fancy_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/fancy_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/jrnl_importer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/jrnl_importer.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/json_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/json_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/markdown_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/markdown_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/tag_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/tag_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/template.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/template.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/template_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/template_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/text_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/text_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/util.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/util.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/xml_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/xml_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/yaml_exporter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/__pycache__/yaml_exporter.cpython-39.pyc
/usr/lib/python3.9/site-packages/jrnl/plugins/dates_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/fancy_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/jrnl_importer.py
/usr/lib/python3.9/site-packages/jrnl/plugins/json_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/markdown_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/tag_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/template.py
/usr/lib/python3.9/site-packages/jrnl/plugins/template_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/text_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/util.py
/usr/lib/python3.9/site-packages/jrnl/plugins/xml_exporter.py
/usr/lib/python3.9/site-packages/jrnl/plugins/yaml_exporter.py
/usr/lib/python3.9/site-packages/jrnl/prompt.py
/usr/lib/python3.9/site-packages/jrnl/templates
/usr/lib/python3.9/site-packages/jrnl/templates/sample.template
/usr/lib/python3.9/site-packages/jrnl/time.py
/usr/lib/python3.9/site-packages/jrnl/upgrade.py
/usr/share/licenses/jrnl
/usr/share/licenses/jrnl/LICENSE.md
/usr/share/man/man1/jrnl.1.gz
References
Summary
In this tutorial we learn how to install jrnl
on Fedora 34 using yum and dnf.