Answers for "how to download tar file in linux ubuntu"

1

ubuntu download and extract tar

sudo wget -c "$tarDownloadLink" -O - | sudo tar -xz -C ./where-to-extract
Posted by: Guest on January-10-2022
0

install tar files on linux

tar jvxf whatever.tar.bz2 
cd whatever/ 
./configure 
make 
sudo make install
Posted by: Guest on October-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language