notion command not found

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

Introduction

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

notion: command not found

or when using sudo you get the following error message

sudo: notion: command not found

Solutions to notion: command not found

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

In Ubuntu notion is provided by notion package.

notion is:

Notion divides the screen into tiles and places windows in these tiles by default. Each tile has a set of tabs for the windows within it. It also allows windows to be made ‘floating’ and placed freely. Notion can be controlled through the keyboard alone or together with a mouse.

Notion can be configured and extended using the Lua language. It also supports extension modules written in C.

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

sudo apt-get -y install notion

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

You can also use apt command to install notion.

sudo apt -y install notion

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

sudo aptitude install notion

Summary

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