O Ubuntu é baseado no Debian, use o primeiro comando e deixe o segundo que é baseado no Redhat como o Fedora.
Linux
On most Linux systems you just have to install a few packages. For
Debian based systems, like Ubuntu you should just have to install a
few things using these commands:
$ sudo apt-get install build-essential
The above is an example of a command line prompt, so to get to where
you can run that, find your "Terminal" program and run it first. Then
you'll get a shell prompt similar to the $ above and can type that
command into it. Do not type the $
, just the stuff after it.
Here's how you would install the same setup on an RPM based Linux like
Fedora:
$ su -c "yum groupinstall development-tools"
Depois de executar isso, você poderá fazer o primeiro Exercício neste livro e ele funcionará. Se não, me avise.
De qualquer forma, essa mensagem de erro de su
, porque você precisa digitar a senha de root . Não é o mesmo que sudo
que você usa sua própria senha de usuário .