Command not found? Here is the solution.
Feb. 21st, 2013 07:31 am2010-05-01 15:52:38 http://crunchbang.org/forums/viewtopic.php?pid=66550#p66550
- captainhaggy
- #! Member
- From: Düsseldorf, Germany
- Registered: 2010-04-13
- Posts: 73
- Website
Command not found? Here is the solution.
Most of us know, that it can happen, we need a command / program that is not installed. Debian has a nice package called command-not-found. When you install it, and call a command / programm, that is not installed in a terminal, the os tells you, what to do to install it.
For installing, you need to do two things.
At first, install the package via
sudo apt-get install command-not-found
and after that you must install the database via running once
sudo update-command-not-found.
That's it. From now on, your os will react a little bit more intelligent.
Have fun,
Karl
P.S.: sudo apt-get install bash-completion
will make it even better 
Last edited by captainhaggy (2010-05-01 15:54:41)