zur Startseite des Tutorials

How to Unpack the Archive Files with the Example Programs


The file manager and the program Xarchiver are convenient tools to unpack archive files.

Open the file manager and navigate to the folder with the archive you want to unpack, select the archive file to unpack, bring up the menue and select the menue option Extract To....

Unpack an archive file with "Xarchiver"

A dialogue window apppears. Here you select the destination folder for the files to be extracted and some processing options.

This dialogue window is used to specify where the extracted files will be stored

Occasionally you may wish to examine the contents of an archive file first. To do that, select the menue item Archiver:

The menue option "Archiver" opens a archive file browser.

This action opens an archive browser. That browser lets you explore the structure of the archive file. It also offers the option to extract only selected files.

The "Archiver" browser displays the structure and the contents of an archive file.

To unpack the entire archive file, click onto the button with the arrow going out of the box. When you hover the mouse pointer over that button, the following hint will be displayed:

Extract files

Press that button to prepare the unpacking of the archive file:

Mit &Quot;Xarchiver" kannst du ausgewählte Dateien oder das ganze Archiv entpacken

The above shown dialogue window appears:

This dialogue window is used to specify where the extracted files will be stored

Select a location and press the button "Extract" to unpack the archive file.


It is also possible to use the tar-command to unpack an archive file.

To unpack an archive with the tar-command:

tar -xf NameOfArchive.tar.gz

To create an archive:

tar -cf NameOfArchive.tar.gz file1 file2 file3