Décompression express : Différence entre versions
De Vulgum Techus
(3 révisions intermédiaires par un utilisateur sont masquées) | |||
Ligne 1 : | Ligne 1 : | ||
+ | '''[[Lien court]]''' vers cette page : http://vt.cx/Dex | ||
+ | '''[[QR code]]''' vers cette page : http://vt.cx/Dex.qr | ||
+ | <html> | ||
+ | <script type="text/javascript"><!-- | ||
+ | google_ad_client = "ca-pub-3341840374417340"; | ||
+ | /* VT2 */ | ||
+ | google_ad_slot = "6349432125"; | ||
+ | google_ad_width = 468; | ||
+ | google_ad_height = 60; | ||
+ | //--> | ||
+ | </script> | ||
+ | <script type="text/javascript" | ||
+ | src="//pagead2.googlesyndication.com/pagead/show_ads.js"> | ||
+ | </script> | ||
+ | </html> | ||
+ | |||
= Archives gz = | = Archives gz = | ||
* '''[[Linux]]''' -> gzip -d <nom_de_fichier>.gz | * '''[[Linux]]''' -> gzip -d <nom_de_fichier>.gz | ||
− | * '''[[Windows]] ''' -> [[ | + | * '''[[Windows]]''' -> [[7-Zip]] |
+ | * '''[[MS-DOS]]''' -> (le runtime '''[[HX DOS Extender]]''' doit d'abord avoir été installé) | ||
= Archives tar = | = Archives tar = | ||
* '''[[Linux]]''' -> tar -xvf <nom_de_fichier>.tar | * '''[[Linux]]''' -> tar -xvf <nom_de_fichier>.tar | ||
− | * '''[[Windows]] ''' -> [[ | + | * '''[[Windows]] ''' -> [[7-Zip]] |
= Archive tar.bz2 = | = Archive tar.bz2 = | ||
* '''[[Linux]]''' -> tar -xjvf <nom_de_fichier>.tar.bz2 | * '''[[Linux]]''' -> tar -xjvf <nom_de_fichier>.tar.bz2 | ||
− | * '''[[Windows]] ''' -> [[ | + | * '''[[Windows]] ''' -> [[7-Zip]] |
= Archives tar.gz = | = Archives tar.gz = | ||
* '''[[Linux]]''' -> tar -xzvf <nom_de_fichier>.tar.gz | * '''[[Linux]]''' -> tar -xzvf <nom_de_fichier>.tar.gz | ||
− | * '''[[Windows]] ''' -> [[ | + | * '''[[Windows]] ''' -> [[7-Zip]] |
= Archives zip = | = Archives zip = | ||
* '''[[Linux]]''' -> unzip <nom_de_fichier>.zip | * '''[[Linux]]''' -> unzip <nom_de_fichier>.zip | ||
− | * '''[[Windows]] ''' -> [[ | + | * '''[[Windows]] ''' -> [[7-Zip]] |
+ | * '''[[Java]]''' -> jar xf <nom_de_fichier>.zip (le chemin d'accès de '''[[Java]]''' doit être dans le path) | ||
+ | * '''[[FreeDOS]]''' -> unzip <nom_de_fichier>.zip | ||
+ | |||
+ | = Commentaires = | ||
+ | {{#widget:DISQUS | ||
+ | |id=vulgumtechus | ||
+ | }} |
Version actuelle en date du 23 octobre 2017 à 12:50
Lien court vers cette page : http://vt.cx/Dex QR code vers cette page : http://vt.cx/Dex.qr
Sommaire
Archives gz
- Linux -> gzip -d <nom_de_fichier>.gz
- Windows -> 7-Zip
- MS-DOS -> (le runtime HX DOS Extender doit d'abord avoir été installé)
Archives tar
Archive tar.bz2
Archives tar.gz
Archives zip
- Linux -> unzip <nom_de_fichier>.zip
- Windows -> 7-Zip
- Java -> jar xf <nom_de_fichier>.zip (le chemin d'accès de Java doit être dans le path)
- FreeDOS -> unzip <nom_de_fichier>.zip