Undo update-alternatives

4

Eu tive que executar o comando sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20 , mas infelizmente eu cometi erros e escrevi sudo update-alternatives --install /usr/bin/gcc gccc /usr/bin/gcc-4.8 20 (então gccc ao invés de gcc).

Agora, ao tentar executar o comando regular, ele me diz que o link alternativo / usr / bin / gcc já está sendo gerenciado pelo gcccc.

Eu pesquisei por aí, mas ainda não encontrei uma solução.

    
por jdepypere 11.10.2014 / 00:11

1 resposta

4

Faça sudo update-alternatives --remove-all gccc .

    
por fkraiem 11.10.2014 / 00:21