How to Install and Uninstall atool Package on openSUSE Leap
Last updated: November 26,2024
1. Install "atool" package
Here is a brief guide to show you how to install atool on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
atool
Copied
2. Uninstall "atool" package
Please follow the instructions below to uninstall atool on openSUSE Leap:
$
sudo zypper remove
atool
Copied
3. Information about the atool package on openSUSE Leap
Information for package atool:
------------------------------
Repository : Main Repository
Name : atool
Version : 0.39.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 168.1 KiB
Installed : No
Status : not installed
Source package : atool-0.39.0-bp155.2.10.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).
------------------------------
Repository : Main Repository
Name : atool
Version : 0.39.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 168.1 KiB
Installed : No
Status : not installed
Source package : atool-0.39.0-bp155.2.10.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).