How to Install and Uninstall atool Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "atool" package

This is a short guide on how to install atool on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install atool

2. Uninstall "atool" package

This guide covers the steps necessary to uninstall atool on openSuSE Tumbleweed:

$ sudo zypper remove atool

3. Information about the atool package on openSuSE Tumbleweed

Information for package atool:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : atool
Version : 0.39.0-5.12
Arch : noarch
Vendor : openSUSE
Installed Size : 168.2 KiB
Installed : No
Status : not installed
Source package : atool-0.39.0-5.12.src
Upstream URL : http://www.nongnu.org/atool/
Summary : Commandline Tool for Managing File Archives of various Types
Description :
atool is a script for managing file archives of various types (tar,
tar+gzip, zip, etc).
The main command is probably "aunpack" which extracts 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 (for creating archives),
als (for listing files in archives), and acat (for extracting files to
stdout).