Command not found

Today, I found the command-not-found feature in Ubuntu Feisty. The feature is useful when running commands in bash. If the command you tries to run is not installed you get a suggestion what to install.

$ svn checkout https://forgesvn1.novell.com/svn/apparmor/
The program 'svn' is currently not installed. You can install it by typing:
sudo apt-get install subversion
bash: svn: command not found
$

I like!

The functionality is included as standard in Fesity.

Comments

Hans Persson said…
Sounds like a good idea.

Popular posts from this blog

Circles in PostGIS

Create your own CA with TinyCA2 (part 1)

Create your own CA with TinyCA2 (part 2)