How to Install and Uninstall ruby2.5-rubygem-mime-types Package on openSUSE Leap

Last updated: May 14,2024

1. Install "ruby2.5-rubygem-mime-types" package

This is a short guide on how to install ruby2.5-rubygem-mime-types on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-mime-types

2. Uninstall "ruby2.5-rubygem-mime-types" package

Learn how to uninstall ruby2.5-rubygem-mime-types on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-mime-types

3. Information about the ruby2.5-rubygem-mime-types package on openSUSE Leap

Information for package ruby2.5-rubygem-mime-types:
---------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-mime-types
Version : 3.3.1-150400.1.6
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 118.1 KiB
Installed : No
Status : not installed
Source package : rubygem-mime-types-3.3.1-150400.1.6.src
Upstream URL : https://github.com/mime-types/ruby-mime-types/
Summary : The mime-types library provides a library and registry for
Description :
The mime-types library provides a library and registry for information about
MIME content type definitions. It can be used to determine defined filename
extensions for MIME types, or to use filename extensions to look up the likely
MIME type definitions.
Version 3.0 is a major release that requires Ruby 2.0 compatibility and
removes
deprecated functions. The columnar registry format introduced in 2.6 has been
made the primary format; the registry data has been extracted from this
library
and put into {mime-types-data}[https://github.com/mime-types/mime-types-data].
Additionally, mime-types is now licensed exclusively under the MIT licence and
there is a code of conduct in effect. There are a number of other smaller
changes described in the History file.