.tgz

SuperCed

Membre expert
Club iGen
20 Juin 2001
1 347
72
45
superced.rb38.eu
Je connaissais le gz, je connaissais le tar, mais c'est quoi le tgz?
Et surtout, c'est quoi la commande pour le decompresser, stuffit a pas l'air doue avec ce format...
 
Pas l'air de fonctionner, ca me fait ca :

Cpio file name length 52639 is out of range
tar: Cpio file name length 40574 is out of range
tar: Cpio file name length 10315 is out of range
tar: Cpio file name length 31152 is out of range
tar: Cpio file name length 3761 is out of range
tar: Cpio file name length 58094 is out of range
tar: Cpio file name length 48312 is out of range
tar: Cpio file name length 27049 is out of range
tar: Cpio file name length 50719 is out of range
tar: Cpio file name length 38044 is out of range
tar: Cpio file name length 35212 is out of range
 
En effet, .tgz = .tar.gz

Et il faut ajouter l'option z à la commande tar :

tar -xvzf fichier.tgz

-x : détar
-v : verbose
-z : décompresse (.gz)
-f : précède le nom du fichier...
 
Marche toujours pas.
Ca fait ca :
tar: Cpio file name length 13969 is out of range
tar: Cpio file name length 63173 is out of range
tar: Cpio file name length 41394 is out of range
tar: Cpio file name length 44585 is out of range
tar: Cpio file name in header is corrupted
tar: Cpio file name length 64827 is out of range
tar: Cpio file name length 47282 is out of range
tar: Cpio file name length 31116 is out of range
tar: Cpio file name in header is corrupted
tar: Cpio file name length 60570 is out of range
tar: Cpio file name length 34263 is out of range
tar: Cpio file name length 52439 is out of range
tar: Cpio file name length 28946 is out of range
tar: Cpio file name length 50010 is out of range
tar: Cpio file name length 39894 is out of range

Pour info, le fichier est un .cdr.gz.tgz

Je connais le .cdr, c'est une image, et je connais le .gz, c'est du gzip.

Stuffit arrive a decompresse le .tgz, donc je me retrouve avec un .crd.gz, mais la, il veut plus le decompresser comme si il avait mal fait son boulot la premiere fois...
 
<blockquote><font class="small">Post&eacute; &agrave; l'origine par SuperCed:</font><hr />
Pour info, le fichier est un .cdr.gz.tgz
<hr /></blockquote>

Hum... c est quoi ce truc à la con... C est quoi l utilité de faire un gzip puis un tgz... Aucun... D autant plus que de faire un tar sur un cdr...

Murf /ubbthreads/http://forums.macg.co/vbulletin/images/smiliesold/smile.gif

C est quoi ce machin que tu essaies d ouvrir ?
 
<blockquote><font class="small">Post&eacute; &agrave; l'origine par Florent:</font><hr />

C est quoi ce machin que tu essaies d ouvrir ?
<hr /></blockquote>

.cdr est une image cd à graver.
 
pour savoir ce que c'est comme fichier fait la commande:
file &lt;nom de ton fichie&gt; et sans les &lt;&gt;
sinon si c'est vrai tgz essaye tar -zxvf &lt;nom fichie&gt;
sinon tar -xf &lt;nom fichier&gt;
et après gzip -x &lt;nomfichier&gt;
 
t'avais pas besoin d'enlever le .tgz stuffit 6.5 reconnait tous les formats archives pour peu que le type d'archive est bien configure.

Quand tu telecharges des fichiers Pc dont le type n'est pas indique t'as tout interet à le glisser sur l'appli stuffit expander. Pour moi, c'est OK! /ubbthreads/http://forums.macg.co/vbulletin/images/smiliesold/wink.gif