gentoo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gentoo: command not found
or when using sudo you get the following error message
sudo: gentoo: command not found
Solutions to gentoo: command not found
How To Fix gentoo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gentoo is provided by gentoo package.
gentoo is:
gentoo is a two-pane file manager for the X Window System. gentoo lets the user do (almost) all of the configuration and customizing from within the program itself. If you still prefer to hand-edit configuration files, they’re fairly easy to work with since they are written in an XML format.
gentoo features a fairly complex and powerful file identification system, coupled to an object-oriented style system, which together give you a lot of control over how files of different types are displayed and acted upon. Additionally, over a hundred pixmap images are available for use in file type descriptions.
gentoo was written from scratch in ANSI C, and it utilizes the GTK+ toolkit for its interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gentoo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gentoo.
sudo apt -y install gentoo
Or if you have aptitude installed you can use the following command.
sudo aptitude install gentoo
Summary
In this tutorial we learn how to fix gentoo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.