1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: atool
Section: utils
Priority: optional
Maintainer: Francois Marier <francois@debian.org>
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
perl:any,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://www.nongnu.org/atool/
Vcs-Git: https://salsa.debian.org/debian/atool.git
Vcs-Browser: https://salsa.debian.org/debian/atool
Package: atool
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${perl:Depends},
Recommends:
bash-completion,
binutils,
file,
lbzip2 | pbzip2,
unzip,
xz-utils,
zip,
Suggests:
arc,
arj,
cpio,
lzip,
lzma,
lzop,
nomarch,
p7zip-full,
rar,
rpm,
unace,
unalz,
unrar,
zstd,
Description: tool for managing file archives of various types
atool is a script for managing file archives of various types (tar,
tar+gzip, zip etc). The main command is probably aunpack,
extracting files from an archive. It overcomes the dreaded "multiple
files in archive root" problem by first extracting to a unique
subdirectory, and then moving back the files if possible. aunpack
also prevents local files from being overwritten by mistake.
.
Other commands provided are apack (create archives), als (list files
in archives), and acat (extract files to standard out).
|