Difference between revisions of "7z"

From OnnoWiki
Jump to navigation Jump to search
(New page: Sumber: http://askubuntu.com/questions/219392/how-can-i-uncompress-a-7z-file Install sudo apt-get install p7zip-full With this, Nautilus should have an option to uncompress 7-Zip Files...)
 
 
Line 3: Line 3:
 
Install
 
Install
  
  sudo apt-get install p7zip-full
+
  sudo apt install p7zip p7zip-full p7zip-rar
 
 
With this, Nautilus should have an option to uncompress 7-Zip Files.
 
 
 
I also recommend p7zip-rar so it also include the RAR files.
 
 
 
This is assuming you want to do it via GUI with Nautilus. If not, after downloading the packages above do the following:
 
 
 
7z x PACKAGE.7z
 
 
 
that should eXtract the packages with full path.
 
 
 
  
 +
Dengan aplikasi ini, Nautilus mempunyai opsi untuk meng-uncompress file 7-Zip.
  
 +
Untuk meng-uncompress melalui CLI,
  
 +
7z x namafile.7z
  
 
==Referensi==
 
==Referensi==
  
 
* http://askubuntu.com/questions/219392/how-can-i-uncompress-a-7z-file
 
* http://askubuntu.com/questions/219392/how-can-i-uncompress-a-7z-file

Latest revision as of 04:05, 14 May 2017

Sumber: http://askubuntu.com/questions/219392/how-can-i-uncompress-a-7z-file

Install

sudo apt install p7zip p7zip-full p7zip-rar

Dengan aplikasi ini, Nautilus mempunyai opsi untuk meng-uncompress file 7-Zip.

Untuk meng-uncompress melalui CLI,

7z x namafile.7z

Referensi