ghostwriter command not found

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

Introduction

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

ghostwriter: command not found

or when using sudo you get the following error message

sudo: ghostwriter: command not found

Solutions to ghostwriter: command not found

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

In Ubuntu ghostwriter is provided by ghostwriter package.

ghostwriter is:

ghostwriter is a Markdown editor that provides a themable, distraction-free writing environment, along with a live HTML preview as you type, easy document navigation with an outline HUD, and export to popular document formats with Sundown, Pandoc, MultiMarkdown, Discount, cmark, or cmark-gfm processors. It also features a live word count and auto-save. Eliminate distractions in fullscreen mode, or concentrate on the current text you are writing in focus mode. It even remembers your last opened file and position within the file, so you can pick up where you last left off.

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

sudo apt-get -y install ghostwriter

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

You can also use apt command to install ghostwriter.

sudo apt -y install ghostwriter

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

sudo aptitude install ghostwriter

Summary

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