treesheets command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
treesheets: command not found
or when using sudo you get the following error message
sudo: treesheets: command not found
Solutions to treesheets: command not found
How To Fix treesheets: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu treesheets is provided by treesheets package.
treesheets is:
Suitable for any kind of data organization, such as Todo lists, calendars, project management, brainstorming, organizing ideas, planning, requirements gathering, presentation of information, etc.
It shares many characteristics with more familiar tools, and augments their abilities - like a spreadsheet, but supporting hierarchical data; like a mind mapper, but more organized and compact; like an outliner, but in more than one dimension; and like a text editor, but with structure.
To fix this problem, we can install more using the command below.
sudo apt-get -y install treesheets
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install treesheets.
sudo apt -y install treesheets
Or if you have aptitude installed you can use the following command.
sudo aptitude install treesheets
Summary
In this tutorial we learn how to fix treesheets command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.