Veja COMO DESATIVAR O COMANDO NÃO ENCONTRADO EM UBUNTU ;
adicione a seguinte linha ao seu ~ / .bashrc:
unset command_not_found_handle
ou remova-o por:
sudo apt-get remove command-not-found command-not-found-data
Eu instalei o servidor Ubuntu 12.04 em um servidor linode. Toda vez que executo algum comando não encontrado, ele gera um erro assim:
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the following information with the report:
command-not-found version: 0.2.44
Tentei procurar respostas, mas não encontrei uma solução. Existe algum método para remover esses relatórios detalhados de erros?
Veja COMO DESATIVAR O COMANDO NÃO ENCONTRADO EM UBUNTU ;
adicione a seguinte linha ao seu ~ / .bashrc:
unset command_not_found_handle
ou remova-o por:
sudo apt-get remove command-not-found command-not-found-data