软件包: libarchive-tar-perl (1.36-1)
libarchive-tar-perl 的相关链接
Ubuntu 的资源:
下载源码包 libarchive-tar-perl:
- [libarchive-tar-perl_1.36-1.dsc]
- [libarchive-tar-perl_1.36.orig.tar.gz]
- [libarchive-tar-perl_1.36-1.diff.gz]
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Perl Group (Mail Archive)
- gregor herrmann
- Alexis Sukrieh
- Gunnar Wolf
- Rene Mayorga
- Damyan Ivanov
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
Archive::Tar - manipulate tar files in perl
Archive::Tar allows you to create, read, write, extract & update tar files using native perl code (no system('tar -xf')). It supports both compressed & uncompressed tarfiles as well as most of the GNU extensions to the standard tar structure.
Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for custom manipulation. If you have the Compress::Zlib module installed, Archive::Tar will also support compressed or gzipped tar files.
Homepage: http://search.cpan.org/dist/Archive-Tar/
其它与 libarchive-tar-perl 有关的软件包
|
|
|
-
- dep: libio-zlib-perl
- IO:: style interface to Compress::Zlib
-
- dep: perl (>= 5.6.0-16)
- Larry Wall 的实用抽取和报表语言(Practical Extraction and Report Language)
-
- sug: libio-string-perl
- Emulate IO::File interface for in-core strings