[ 源代码: libarchive ]
软件包:libarchive13(3.6.2-1+deb12u2) [security]
libarchive13 的相关链接
Debian 的资源:
下载源码包 libarchive:
- [libarchive_3.6.2-1+deb12u2.dsc]
- [libarchive_3.6.2.orig.tar.xz]
- [libarchive_3.6.2.orig.tar.xz.asc]
- [libarchive_3.6.2-1+deb12u2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [www.libarchive.org]
相似软件包:
Multi-format archive and compression library (shared library)
The libarchive library provides a flexible interface for reading and writing archives in various formats such as tar and cpio. libarchive also supports reading and writing archives compressed using various compression filters such as gzip and bzip2. The library is inherently stream-oriented; readers serially iterate through the archive, writers serially add things to the archive.
Archive formats supported are:
* tar (read and write, including GNU extensions) * pax (read and write, including GNU and star extensions) * cpio (read and write, including odc and newc variants) * iso9660 (read and write, including Joliet and Rockridge extensions, with some limitations) * zip (read only, with some limitations, uses zlib) * mtree (read and write) * shar (write only) * ar (read and write, including BSD and GNU/SysV variants) * empty (read only; in particular, note that no other format will accept an empty file) * raw (read only) * xar (read only) * rar (read only, with some limitations) * 7zip (read and write, with some limitations)
Filters supported are:
* gzip (read and write, uses zlib) * bzip2 (read and write, uses bzlib) * compress (read and write, uses an internal implementation) * uudecode (read only) * separate command-line compressors with fixed-signature auto-detection * xz and lzma (read and write using liblzma) * zstandard (read and write using libzstd)
This package provides the libarchive shared library.
其他与 libarchive13 有关的软件包
|
|
|
|
-
- dep: libacl1 (>= 2.2.23)
- 访问控制列表 - 共享库
-
- dep: libbz2-1.0
- 高品质块排序文件压缩程序库 - 运行时库
-
- dep: libc6 (>= 2.36)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: liblz4-1 (>= 0.0~r130)
- 快速 LZ 压缩算法库 - 运行时
-
- dep: liblzma5 (>= 5.2.2)
- XZ 格式压缩库
-
- dep: libnettle8
- low level cryptographic library (symmetric and one-way cryptos)
-
- dep: libxml2 (>= 2.7.4)
- GNOME XML 库
-
- dep: libzstd1 (>= 1.5.2)
- 快速无损压缩算法
-
- dep: zlib1g (>= 1:1.1.4)
- 压缩库 - 运行时
-
- sug: lrzip
- compression program with a very high compression ratio