Surprise Me!

How to Extract a tar.gz File Using Terminal on Ubuntu 18.04 LTS?

2019-06-10 4 Dailymotion

How to Extract a tar.gz File Using Terminal on Ubuntu 18.04 LTS?<br /><br />Right click on the Desktop, and then click on 'Open terminal'. Now, go to the directory where you have your tar.gz file. After that, follow the steps below:-<br /><br />Step 1: To Extract type the command below:-<br /><br /> sudo tar -xvzf name_of_file.tar.gz<br /><br /><br /> x: It tells tar to extract the files.<br /><br /> v: It is verbose, it lists all the files in the archive.<br /><br /> z: It tells the tar command to decompress the archive using gzip.<br /><br /> f: It stands for file, It tells tar the name and path of the compressed file. <br /><br /><br />It's done<br /><br /><br />Thanks for watching, please like and subscribe <br /><br />==============================================<br /><br />https://www.facebook.com/HowtoTutorialsByAmit/<br />

Buy Now on CodeCanyon