“Installer à partir du fichier TAR GZ Unix” Réponses codées

comment installer tar.gz dans 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

Installer à partir du fichier TAR GZ Unix

tar -xzvf filename.tar.gz
Poised Partridge

Réponses similaires à “Installer à partir du fichier TAR GZ Unix”

Questions similaires à “Installer à partir du fichier TAR GZ Unix”

Plus de réponses similaires à “Installer à partir du fichier TAR GZ Unix” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code