cherrytree command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cherrytree: command not found
or when using sudo you get the following error message
sudo: cherrytree: command not found
Solutions to cherrytree: command not found
How To Fix cherrytree: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cherrytree is provided by cherrytree package.
cherrytree is:
CherryTree is a hierarchical note taking application, featuring rich text, syntax highlighting, images handling, hyperlinks, import/export with support for multiple formats, support for multiple languages, and more.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cherrytree
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cherrytree.
sudo apt -y install cherrytree
Or if you have aptitude installed you can use the following command.
sudo aptitude install cherrytree
Summary
In this tutorial we learn how to fix cherrytree command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.