How to Install and Uninstall rubygem-mime-types.noarch Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "rubygem-mime-types.noarch" package

Please follow the steps below to install rubygem-mime-types.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install rubygem-mime-types.noarch

2. Uninstall "rubygem-mime-types.noarch" package

Learn how to uninstall rubygem-mime-types.noarch on CentOS Stream 8:

$ sudo dnf remove rubygem-mime-types.noarch $ sudo dnf autoremove

3. Information about the rubygem-mime-types.noarch package on CentOS Stream 8

Last metadata expiration check: 3:47:01 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : rubygem-mime-types
Version : 3.2.2
Release : 1.el8
Architecture : noarch
Size : 27 k
Source : rubygem-mime-types-3.2.2-1.el8.src.rpm
Repository : epel
Summary : The mime-types library provides a library
URL : https://github.com/mime-types/ruby-mime-types/
License : MIT
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.