“Instalar desde el archivo Tar GZ Unix” Código de respuesta

Cómo instalar tar.gz en ubuntu

Download the desired .tar.gz or (.tar.bz2) file
Open Terminal
Extract the .tar.gz or (.tar.bz2) file with the following commands
tar xvzf PACKAGENAME.tar.gz
tar xvjf PACKAGENAME.tar.bz2
Navigate to the extracted folder using cd command
cd PACKAGENAME
Now run the following command to install the tarball
./configure
make
sudo make install
@CoolCoder

Instalar desde el archivo Tar GZ Unix

tar -xzvf filename.tar.gz
Poised Partridge

Respuestas similares a “Instalar desde el archivo Tar GZ Unix”

Preguntas similares a “Instalar desde el archivo Tar GZ Unix”

Más respuestas relacionadas con “Instalar desde el archivo Tar GZ Unix” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código