How to Install and Uninstall atool Package on Kali Linux

Last updated: May 13,2024

1. Install "atool" package

This guide let you learn how to install atool on Kali Linux

$ sudo apt update $ sudo apt install atool

2. Uninstall "atool" package

This guide covers the steps necessary to uninstall atool on Kali Linux:

$ sudo apt remove atool $ sudo apt autoclean && sudo apt autoremove

3. Information about the atool package on Kali Linux

Package: atool
Version: 0.39.0-14
Installed-Size: 136
Maintainer: Francois Marier
Architecture: all
Depends: perl:any
Recommends: bash-completion, binutils, file, lbzip2 | pbzip2, unzip, xz-utils, zip
Suggests: 7zip, arc, arj, cpio, lzip, lzma, lzop, nomarch, rar, rpm, unace, unalz, unrar, zstd
Size: 40216
SHA256: 84cc879bd99bf927fea54a652673d4ab65105d05318e4da4fb69c08e9aeefbba
SHA1: 4a72b8c3a22020273c97ffdc362b958ec2ede48c
MD5sum: d975add70923a934f6fe435a2405a521
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).
Description-md5:
Multi-Arch: foreign
Homepage: https://www.nongnu.org/atool/
Tag: implemented-in::perl, interface::commandline, role::program,
scope::utility, use::compressing, use::converting, use::storing,
works-with-format::TODO, works-with-format::tar,
works-with-format::zip, works-with::archive,
works-with::software:package
Section: utils
Priority: optional
Filename: pool/main/a/atool/atool_0.39.0-14_all.deb