How to Install and Uninstall perl-File-Unpack Package on openSUSE Leap

Last updated: September 28,2024

1. Install "perl-File-Unpack" package

Here is a brief guide to show you how to install perl-File-Unpack on openSUSE Leap

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

2. Uninstall "perl-File-Unpack" package

Here is a brief guide to show you how to uninstall perl-File-Unpack on openSUSE Leap:

$ sudo zypper remove perl-File-Unpack

3. Information about the perl-File-Unpack package on openSUSE Leap

Information for package perl-File-Unpack:
-----------------------------------------
Repository : Main Repository
Name : perl-File-Unpack
Version : 0.70-bp155.3.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 139.9 KiB
Installed : No
Status : not installed
Source package : perl-File-Unpack-0.70-bp155.3.12.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.