How to Install and Uninstall perl-File-Unpack Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "perl-File-Unpack" package

Please follow the guidance below to install perl-File-Unpack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-File-Unpack

2. Uninstall "perl-File-Unpack" package

This guide covers the steps necessary to uninstall perl-File-Unpack on openSuSE Tumbleweed:

$ sudo zypper remove perl-File-Unpack

3. Information about the perl-File-Unpack package on openSuSE Tumbleweed

Information for package perl-File-Unpack:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-File-Unpack
Version : 0.70-8.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 139.6 KiB
Installed : No
Status : not installed
Source package : perl-File-Unpack-0.70-8.1.src
Upstream URL : https://github.com/jnweiger/perl-File-Unpack
Summary : An strong archive file unpacker, based on mime-types
Description :
File::Unpack is an unpacker for archives and files
(bz2/gz/zip/tar/cpio/iso/rpm/deb/cab/lzma/7z/rar/...). We call
it strong, because it is not fooled by file suffixes, or multiply wrapped packages.
It reliably detects mime-types and recursivly descends into each archive found
until it finally exposes all unpackable payload contents.
A precise logfile can be written, describing mimetypes and unpack actions.
Most of the known archive file formats are supported. Shell-script-style
plugins can be added to support additinal formats.