软件包: bsdcpio (2.8.0-2ubuntu0.1) [security] [universe]
bsdcpio 的相关链接
Ubuntu 的资源:
下载源码包 libarchive:
- [libarchive_2.8.0-2ubuntu0.1.dsc]
- [libarchive_2.8.0.orig.tar.gz]
- [libarchive_2.8.0-2ubuntu0.1.debian.tar.gz]
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Andreas Henriksson
It should generally not be necessary for users to contact the original maintainer.
外部的资源:
- 主页 [code.google.com]
相似软件包:
cpio(1) from FreeBSD, using libarchive
This package provides an interface similar to cpio(1), but using libarchive as the backend for the archiving and extraction of data. It can read CPIO, tar, pax, zip, jar, ar, and ISO9660 images and provides similar features to the bsdtar package. Features include:
* Automatic format detection. Libarchive automatically detects the compression (none/gzip/bzip2) and format (old tar, ustar, gnutar, pax, cpio, iso9660, zip) when reading archives. It does this for any data source.
* Pax Interchange Format Support. This is a POSIX/SUSv3 extension to the old "ustar" tar format that adds arbitrary extended attributes to each entry. Does everything that GNU tar format does, only better.
* Handles file flags, ACLs, arbitrary pathnames, etc. Pax interchange format supports key/value attributes using an easily-extensible technique. Arbitrary pathnames, group names, user names, file sizes are part of the POSIX standard; libarchive extends this with support for file flags, ACLs, and arbitrary device numbers.
* GNU tar support. Libarchive reads most GNU tar archives. If there is demand, this can be improved further.
其他与 bsdcpio 有关的软件包
|
|
|
-
- dep: libacl1 (>= 2.2.11-1)
- Access control list shared library
-
- dep: libarchive1 (>= 2.8.0)
- Single library to read/write tar, cpio, pax, zip, iso9660, etc.
-
- dep: libattr1 (>= 2.4.41-1)
- Extended attribute shared library
-
- dep: libbz2-1.0
- high-quality block-sorting file compressor library - runtime
-
- dep: libc6 (>= 2.4)
- Embedded GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: liblzma1 (>= 4.999.9beta)
- XZ-format compression library
-
- dep: libxml2 (>= 2.6.27)
- GNOME XML library
-
- dep: zlib1g (>= 1:1.1.4)
- compression library - runtime
-
- sug: bsdtar
- tar(1) from FreeBSD, using libarchive