yeahconsole command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
yeahconsole: command not found
or when using sudo you get the following error message
sudo: yeahconsole: command not found
Solutions to yeahconsole: command not found
How To Fix yeahconsole: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu yeahconsole is provided by yeahconsole package.
yeahconsole is:
Yeahconsole puts an X terminal emulator window on top of your screen that drops-down like a console found in many games (similar to quake). It’s visibility can be toggled by a keyboard shortcut. Currently supports xterm, urxvt and mrxvt.
To fix this problem, we can install more using the command below.
sudo apt-get -y install yeahconsole
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install yeahconsole.
sudo apt -y install yeahconsole
Or if you have aptitude installed you can use the following command.
sudo aptitude install yeahconsole
Summary
In this tutorial we learn how to fix yeahconsole command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.