'Tornar o comando não encontrado

6

Estou tendo um problema que quando tento usar o comando make.

Não consigo executar o comando Make.

Mensagem: bash: make: command not found

Quando usei

sudo apt-get remove make
sudo apt-get install make

ou com

sudo apt-get install --reinstall make

mostra

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package make is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'make' has no installation candidate
    
por Harshit Sharma 19.05.2016 / 11:55

2 respostas

4

Faça uma reinstalação do pacote build-essential :

sudo apt-get install --reinstall build-essential

Isso deve corrigir isso.

    
por Videonauth 19.05.2016 / 11:56
0

O programa make não é realmente chamado no pacote, o pacote que você está procurando é automake

    
por patrick 19.05.2016 / 12:00

Tags