how to unzip an archeive file

Asked by Muneer

how to unzip an archeive file

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Solved by:
Muneer
Solved:
Last query:
Last reply:
Revision history for this message
Ian Ace (iaculallad) said :
#1

Either right-click on the file and select 'Extract' or do it the CLI (Terminal command) way with:

Say, a tar file:

tar -zxvf filename.tar.gz

HTH.

Revision history for this message
Muneer (muneerk) said :
#2

Thanks Ian Ace