How to Install and Uninstall atool Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "atool" package

Here is a brief guide to show you how to install atool on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install atool

2. Uninstall "atool" package

This tutorial shows how to uninstall atool on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the atool package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: atool
Priority: optional
Section: universe/utils
Installed-Size: 134
Maintainer: Ubuntu Developers
Original-Maintainer: Francois Marier
Architecture: all
Version: 0.39.0-4
Depends: perl
Recommends: bash-completion, binutils, bzip2, file, lbzip2 | pbzip2, unzip, zip
Suggests: arc, arj, cpio, lzip, lzma, lzop, nomarch, p7zip, rar, rpm, unace, unalz, unrar, xz-utils
Filename: pool/universe/a/atool/atool_0.39.0-4_all.deb
Size: 36304
MD5sum: 2fa4b1b9feeccd06725e42c2f6e66309
SHA1: 64c194b828e5d34c366e1e59b914ed698b5901ab
SHA256: 5c195893e9dbf59c24ca02289c970870625e49e0e40fc885bc43691620fa7b75
Description-en: 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: f28cbc5b8e583a5706f54626132972bc
Homepage: http://www.nongnu.org/atool/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu