cool-retro-term command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cool-retro-term: command not found
or when using sudo you get the following error message
sudo: cool-retro-term: command not found
Solutions to cool-retro-term: command not found
How To Fix cool-retro-term: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cool-retro-term is provided by cool-retro-term package.
cool-retro-term is:
This is a terminal emulator which mimics the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cool-retro-term
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cool-retro-term.
sudo apt -y install cool-retro-term
Or if you have aptitude installed you can use the following command.
sudo aptitude install cool-retro-term
Summary
In this tutorial we learn how to fix cool-retro-term command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.