How to Install and Uninstall rubygem-mime-types.noarch Package on Fedora 36

Last updated: May 19,2024

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

This guide covers the steps necessary to install rubygem-mime-types.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall rubygem-mime-types.noarch on Fedora 36:

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

3. Information about the rubygem-mime-types.noarch package on Fedora 36

Last metadata expiration check: 3:57:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-mime-types
Version : 3.3.1
Release : 7.fc36
Architecture : noarch
Size : 24 k
Source : rubygem-mime-types-3.3.1-7.fc36.src.rpm
Repository : updates
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.