Home  >  Article  >  Software Tutorial  >  The old decompression software 7-Zip was released in 23.00, only 1.5M in size

The old decompression software 7-Zip was released in 23.00, only 1.5M in size

WBOY
WBOYforward
2024-03-05 09:04:11458browse

php editor’s new recommendation: The latest version of the old decompression software 7-Zip 23.00 is released, only 1.5M in size. This utility excels at compressing and decompressing files, is easy to use and powerful. The new version provides faster speed and higher compression ratio, while fixing some bugs and improving user experience. Whether it's daily file management or data transfer, 7-Zip is your best choice. Try it now!

Most of the 7-Zip source code is released under the GNU LGPL license, while the AES code is released under the BSD license. The unRAR code is licensed under two different licenses: GNU LGPL and unRAR Restricted License. Users can use 7-Zip on any computer, including commercial computers, and use will not be affected even without a donation.

7-Zip is mainly targeted at the Windows platform, but in addition to the Windows version, the latest beta version 7-Zip 23.00 also launched Linux and macOS versions, as well as a version specifically for consoles. In addition, you can also choose to use the ported version p7zip.

7-Zip supports numerous compressed/uncompressed file formats, including ZIP, CAB, RAR, ARJ, Z, gzip, bzip2, LLHA, tar, cpio, RPM. Support for CD/DVD image file formats starting with version 4.42 ISO, but the ACE format is no longer supported due to copyright issues. In addition, starting from 7-Zip 9.14 beta, 7-Zip also supports opening and decompressing VHD.

老牌解压缩软件 7-Zip 23.00 发布,仅有1.5M大小

Release Notes:

- 7-Zip can now compress files into 7z and xz archives using the new ARM64 filter. The ARM64 filter can improve the compression ratio and is suitable for files containing Data for executable files compiled for ARM64 (AArch64) architecture. Additionally, 7-Zip now parses executable files (both exe and dll) before zipping filename extension) and select the appropriate filter for each parsed file;

- For x86 executables, use BCJ or BCJ2 filters;

- For ARM64 executables, use the ARM64 filter. Previous versions used x86 filter BCJ or BCJ2.

- BCJ2 filter default segment size changed from 64 MiB to 240 MiB. This improves compression ratio for executable files larger than 64 MiB.

- Improved UDF support.

- cpio: support hard links.

- Some changes and optimizations to the WIM creation code.

- When a new 7-Zip creates a multi-volume archive, 7-Zip only keeps open the volumes that can still be changed. Previous versions kept all volumes open until the end of archive creation.

- On Linux and macOS systems, when 7-Zip opens, extracts or creates a multi-volume archive 7-Zip It is now possible to reduce the number of files open at the same time. This avoids failures caused by large volume numbers, as there are limits in Linux and macOS on the number of files a single program is allowed to open.

- 7-Zip has optimizations in the code of the context menu in Explorer: 7-Zip is included in external programs The context menu for menu commands improves the speed of preparing the menu for display when selecting a large number of files.

- The code for drag-and-drop operations in the 7-Zip file manager has been changed. Right-mouse drag-and-drop is now also supported in some cases.

Fix errors:

- ZIP archive: If you use multi-threaded ZIP compression to compress multiple files to the stdout stream (-so option), 7-Zip No 'data descriptors' were written for some files.

- ext4 archives: 7-Zip does not correctly extract symlinks to directories from ext4 archives.

- HFS and APFS archives: 7-Zip incorrectly decoded uncompressed chunks (64 KiB) in the compression fork.

- Fixed other known bugs.

老牌解压缩软件 7-Zip 23.00 发布,仅有1.5M大小

7-Zip main features Return to Sohu to see more

The 7z format using LZMA and LZMA2 algorithms has extremely high compression ratio

Supported formats:

Compression/decompression: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM

Decompression only: ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR, Z

For ZIP and GZIP formats, 7-Zip can provide 2-10% higher compression ratios than using PKZip and WinZip

Provide a more complete AES-256 encryption algorithm for 7z and ZIP

7z format supports creating self-releasing archives

Windows Explorer integration

Powerful file manager

A more powerful command line version

Supports FAR Manager plug-in

Supports 87 languages

For more information, please pay attention to this site.

The above is the detailed content of The old decompression software 7-Zip was released in 23.00, only 1.5M in size. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:pcsoft.com. If there is any infringement, please contact admin@php.cn delete