Article Title: debian5linuxsystem decompress. ZIP file. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
You can only decompress the compressed files of .tar).tar.gzand .tar.bz2 on the Linux system.
Winrarin Windows system can only compress files into. rarand. ZIP files. If you want to compress the .tar file and install 7zip, it seems troublesome.
How can we decompress zip files in Linux?
In fact, it is very simple. You only need to install unzip.
Run apt-get install unzip in Debian5 to install unzip support (If your machine can connect to the Internet)
Then, you only need to execute unzip *. zipto uncompress The. ZIP file (* is the name of the compressed file, excluding the file extension .)
Is it easy?