How to Install and Uninstall perl-Archive-Tar-Wrapper Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Archive-Tar-Wrapper" package

This is a short guide on how to install perl-Archive-Tar-Wrapper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Archive-Tar-Wrapper

2. Uninstall "perl-Archive-Tar-Wrapper" package

This guide covers the steps necessary to uninstall perl-Archive-Tar-Wrapper on openSUSE Leap:

$ sudo zypper remove perl-Archive-Tar-Wrapper

3. Information about the perl-Archive-Tar-Wrapper package on openSUSE Leap

Information for package perl-Archive-Tar-Wrapper:
-------------------------------------------------
Repository : Main Repository
Name : perl-Archive-Tar-Wrapper
Version : 0.38-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 87.1 KiB
Installed : No
Status : not installed
Source package : perl-Archive-Tar-Wrapper-0.38-bp155.2.9.src
Upstream URL : https://metacpan.org/release/Archive-Tar-Wrapper
Summary : API wrapper around the 'tar' utility
Description :
*Archive::Tar::Wrapper* is an API wrapper around the 'tar' command line
program. It never stores anything in memory, but works on temporary
directory structures on disk instead. It provides a mapping between the
logical paths in the tarball and the 'real' files in the temporary
directory on disk.
It differs from Archive::Tar in two ways:
* *Archive::Tar::Wrapper* almost doesn't hold anything in memory (see 'write'
method), instead using disk as storage.
* *Archive::Tar::Wrapper* is 100% compliant with the platform's 'tar' utility
because it uses it internally.