Considere o seguinte trecho de comandos no Linux:
|
wget https://example.com/software.tar.gz tar -zxvf software.tar.gz cd software ./configure make sudo make install |
O que os comandos acima fazem?
Considere o seguinte trecho de comandos no Linux:
|
wget https://example.com/software.tar.gz tar -zxvf software.tar.gz cd software ./configure make sudo make install |
O que os comandos acima fazem?