@1996quique You can use 7zip at home, but that does not necessarily means you could do the same on a lock down machine. The tutorial is to teach how to use the "normal" linux utility (tar) for achieving this.
Why are all of these tar.gz tutorials on Youtube incomplete? Extracting is nice but you don't tell people how to install the extracted files. And btw, extracted tar.gz files will NOT contain a files that you can double click on and install like a .deb file does. You need to tell these people the next steps which is to to a ./configure then a "make" then a "make install". Extracting does nothing if this info is left out.
@firemetal2007 Please ready the title. It says "How to decompress a .tar.gz file", not "How to install a package from source in Linux". They are two different things.
thank you for the brief lesson. Using the z switch caused an error, it appears that z was interpretted as a file name, not sure why. Omitting z seems to have worked though. Thank you!
many people got this wrong, you got it down to earth.. thanks bro
Dpaz2009 3 weeks ago
pls make a tutorial on how you did what you did eith your terminal aka. welcome victor. :D
hephzibam 6 months ago
@hephzibam Here's a couple of ways:
1- Enter text on /etc/motd (this is for all users)
2- Enter text on $HOME/.bashrc (for user only)
But do a read up before you modify .bashrc.
victorbrca 5 months ago
@1996quique You can use 7zip at home, but that does not necessarily means you could do the same on a lock down machine. The tutorial is to teach how to use the "normal" linux utility (tar) for achieving this.
victorbrca 1 year ago
Why are all of these tar.gz tutorials on Youtube incomplete? Extracting is nice but you don't tell people how to install the extracted files. And btw, extracted tar.gz files will NOT contain a files that you can double click on and install like a .deb file does. You need to tell these people the next steps which is to to a ./configure then a "make" then a "make install". Extracting does nothing if this info is left out.
firemetal2007 1 year ago
@firemetal2007 Please ready the title. It says "How to decompress a .tar.gz file", not "How to install a package from source in Linux". They are two different things.
victorbrca 1 year ago
You are missing the point.
victorbrca 2 years ago
thank you for the brief lesson. Using the z switch caused an error, it appears that z was interpretted as a file name, not sure why. Omitting z seems to have worked though. Thank you!
Stung5 2 years ago
thnx so much you clearly explained yourself except for near the end. cheers
Gargintua 2 years ago
wow- thanks...it worked!!
janiecarrasco 2 years ago