7ZIP

INSTALLATION

root@oco:~$ sudo apt search 7zip 
 Sorting... Done
 Full Text Search... Done
 7zip/kali-rolling,now 24.09+dfsg-7 amd64 [installed]
   7-Zip file archiver with a high compression ratio

root@oco:~$ sudo apt install 7zip 
 ...
 
root@oco:~$ which 7z
 /usr/bin/7z

root@oco:~$ 7z --help 
 7-Zip 24.09 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-11-29
 64-bit locale=en_US.UTF-8 Threads:4 OPEN_MAX:1024, ASM

 Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...] [@listfile]
 ...

USAGE: EXTRACT FILES

root@oco:~$ 7z x fileName.zip

 * x means extract specifed file

Last updated