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

Last updated: May 16,2024

1. Install "perl-File-MimeInfo" package

Please follow the steps below to install perl-File-MimeInfo on openSuSE Tumbleweed

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

2. Uninstall "perl-File-MimeInfo" package

This guide let you learn how to uninstall perl-File-MimeInfo on openSuSE Tumbleweed:

$ sudo zypper remove perl-File-MimeInfo

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

Information for package perl-File-MimeInfo:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-File-MimeInfo
Version : 0.340.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 115.5 KiB
Installed : No
Status : not installed
Source package : perl-File-MimeInfo-0.340.0-2.1.src
Upstream URL : https://metacpan.org/release/File-MimeInfo
Summary : Determine file types
Description :
This module can be used to determine the mime type of a file. It tries to
implement the freedesktop specification for a shared MIME database.
For this module shared-mime-info-spec 0.13 was used.
This package only uses the globs file. No real magic checking is used. The
File::MimeInfo::Magic package is provided for magic typing.
If you want to determine the mimetype of data in a memory buffer you should
use File::MimeInfo::Magic in combination with IO::Scalar.
This module loads the various data files when needed. If you want to hash
data earlier see the 'rehash' methods below.