Horje
how to install tar.gz in ubuntu Code Example
how to install tar.gz in 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
compress with tar.gz ubuntu
tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
install from tar gz file unix
tar -xzvf filename.tar.gz
how to install tar.gz in ubuntu
tar -xzf archive-name.tar.gz
cd archive-name
./configure
make
sudo make install
run tar.xz ubuntu
tar xf [filename]




Shell

Related
flutter avdmanager is missing from the android sdk Code Example flutter avdmanager is missing from the android sdk Code Example
case sh Code Example case sh Code Example
eslintignore Code Example eslintignore Code Example
install gz file Code Example install gz file Code Example
vscode running scripts is disabled on this system Code Example vscode running scripts is disabled on this system Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10