Difference between pages "Unpack" and "Take a video of your Linux desktop"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
 
Line 1: Line 1:
To unpack files under Linux, you need to know what file format your file is. Frequently used are the .zip, .tar and .tar.gz formats.
+
#REDIRECT [[take a video from your Linux Desktop]]
 
 
If you want to be sure about the file format, [[open a console]] and use the file command like this:
 
# file Blue-1.7.tar
 
Blue-1.7.tar: POSIX tar archive (GNU)
 
 
 
Here are file formats and how to unpack them:
 
 
 
* .sda : unzip ''file''.sda
 
* .tar : tar xvf ''file''.tar
 
* .tar.gz : tar xvzf ''file''.tar
 
* .tgz : tar xvzf ''file''.tgz
 
* .zip : unzip ''file''.zip
 
* .zipx : See [[unpack .zipx files]]
 
 
 
{| class="wikitable sortable" border=1
 
! extension !! type !! how to extract
 
|-
 
| .bz2 || bunzip2 || bunzip2 ''file''.bz2
 
|-
 
| .rar || rar    ||  unrar x ''file''.rar
 
|-
 
| .sda || ? || unzip ''file''.sda
 
|-
 
| * .tar || ||  tar xvf ''file''.tar
 
|-
 
| * .tar.gz ||  || tar xvzf ''file''.tar
 
|-
 
| * .tgz ||  || tar xvzf ''file''.tgz
 
|-
 
| * .zip ||  || unzip ''file''.zip
 
|-
 
| * .zipx ||  || See [[unpack .zipx files]]
 
|}
 

Latest revision as of 09:16, 1 March 2020