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.
$ 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