Surprise Me!

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

2019-06-08 8 Dailymotion

How to Extract a tar.xz 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 you tar.xz file. After that, follow he steps below:-<br /><br />Step 1: Update System Repositories<br /><br /> sudo apt update<br /><br /><br /> Step 2: Install the package xz-utils<br /><br /> sudo apt install xz-utils<br /><br /><br /> Step 3: To Extract type the command below:-<br /><br /> <br /> sudo tar -xvf name_of_file<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 /> 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 />https://www.facebook.com/HowtoTutorialsByAmit/<br />

Buy Now on CodeCanyon