notionflux command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
notionflux: command not found
or when using sudo you get the following error message
sudo: notionflux: command not found
Solutions to notionflux: command not found
How To Fix notionflux: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu notionflux 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 notionflux command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.