How to unpack .tar.gz archive in Solus OS [with screenshots]

Written by Administrator on Monday April 6, 2020

Unpacking .tar.gz archive in Solus OS is the same like in other linux systems, because Solus OS alread has pre-installed tar-archive-unpacking program.

Let's say we've downloaded source-code of NetSurf internet browser:

Let's unpack it with tar program into filder Downloads:

$ tar -xvf /home/edustorage/Downloads/netsurf-all-3.8.tar.gz -C /home/edustorage/

and see the result:

Archive was unpacked successfully!

Category: linux Tags: solus tar