gjots2emacs command not found

In this troubleshooting guide we learn how to fix gjots2emacs command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

gjots2emacs: command not found

or when using sudo you get the following error message

sudo: gjots2emacs: command not found

Solutions to gjots2emacs: command not found

How To Fix gjots2emacs: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gjots2emacs is provided by gjots2 package.

gjots2 is:

gjots2 is a fairly simple jotter (outline processor) and notetaking application for your desktop.

You can use gjots2 to organize your jottings into a tree structure, adding thoughts and miscellany as you go. You can get it to spit out HTML, XML, postscript, pdf, man, etc if you want (see the online manual for an example of the HTML conversion).

Some people use it for notes, personal bits and pieces, recipes, DocBook XML documents and even PINs and passwords (encrypted with ccrypt(1), openssl(1) or gpg(1)).

It’s a bit like the KDE program kjots but it uses the GTK-3 library.

To fix this problem, we can install more using the command below.

sudo apt-get -y install gjots2

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install gjots2.

sudo apt -y install gjots2

Or if you have aptitude installed you can use the following command.

sudo aptitude install gjots2

Summary

In this tutorial we learn how to fix gjots2emacs command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.