ytree command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ytree: command not found
or when using sudo you get the following error message
sudo: ytree: command not found
Solutions to ytree: command not found
How To Fix ytree: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ytree is provided by ytree package.
ytree is:
This is a file manager that separates files from directories and allows you to select and manage files from different directories. It works on black and white or color terminals and is UTF-8 locales aware.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ytree
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ytree.
sudo apt -y install ytree
Or if you have aptitude installed you can use the following command.
sudo aptitude install ytree
Summary
In this tutorial we learn how to fix ytree command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.