“Jak zainstalować TAR.GZ w Ubuntu” Kod odpowiedzi

Jak zainstalować TAR.GZ w 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

skompresuj z TAR.GZ Ubuntu

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Fragile Ferret

Zainstaluj z pliku TAR GZ UNIX

tar -xzvf filename.tar.gz
Poised Partridge

Jak zainstalować TAR.GZ w Ubuntu

tar -xzf archive-name.tar.gz
cd archive-name
./configure
make
sudo make install
Viper

Ubuntu instaluj TAR.GZ

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
Clear Copperhead

Instaluj Linux z .tar.Gz

Install .tar.gz or (.tar.bz2) File
Installing a .tar.gz or (.tar.bz2) file is very easy. Ubuntu users can extract the .tar.gz file and compile a program from its source. Follow the steps given below to extract and install tar.gz files in Ubuntu.

It is wise to navigate to the downloaded .tar.bz folder and open and read the README file. It normally has the installation instructions. If not, you can install .tar.gz or (.tar.bz2) file via Terminal.

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
Elated Eagle

Odpowiedzi podobne do “Jak zainstalować TAR.GZ w Ubuntu”

Pytania podobne do “Jak zainstalować TAR.GZ w Ubuntu”

Więcej pokrewnych odpowiedzi na “Jak zainstalować TAR.GZ w Ubuntu” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu