In ubuntu if i type an uninstalled command that the system 'knows' about, I get told what package to install, eg
n...@media:~$ sensors The program 'sensors' is currently not installed. You can install it by typing: sudo apt-get install lm-sensors bash: sensors: command not found n...@media:~$ rubbish bash: rubbish: command not found Where is this coming from? A bash extension? A re-written bash?
