focuswriter command not found

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

Introduction

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

focuswriter: command not found

or when using sudo you get the following error message

sudo: focuswriter: command not found

Solutions to focuswriter: command not found

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

In Ubuntu focuswriter is provided by focuswriter package.

focuswriter is:

Focuswriter is a fullscreen writing program designed to be distraction free. You can customize your environment by changing the font, colors, and background image to add ambiance. FocusWriter features an on-the-fly updating wordcount, optional auto-save, optional daily goals, and toolbars that hide away to allow you to focus more clearly. Additionally, when you open the program your current work in progress will automatically load and position you at the end of your document, so that you can immediately jump back in.

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

sudo apt-get -y install focuswriter

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

You can also use apt command to install focuswriter.

sudo apt -y install focuswriter

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

sudo aptitude install focuswriter

Summary

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