- Code: Select all
sudo apt-get install command-not-found
Дальнейшие действия придётся выполнять из-под рута:
- Code: Select all
# update-command-not-found
В результате этих действий получаем подсказку:
- Code: Select all
# htop
The program 'htop' is currently not installed. You can install it by typing:
apt-get install htop
htop: command not found
или
- Code: Select all
# mm
The program 'mm' is currently not installed. You can install it by typing:
apt-get install multimail
mm: command not found