Answers for "how to open tar.gz file in linux terminal not exact"

5

how to install tar.gz in ubuntu

tar -xzf archive-name.tar.gz
cd archive-name
./configure
make
sudo make install
Posted by: Guest on August-17-2020

Code answers related to "how to open tar.gz file in linux terminal not exact"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language