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

Last updated: October 05,2024

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

Learn how to install rubygem-mime-types.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall rubygem-mime-types.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:05:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-mime-types
Version : 3.3.1
Release : 3.fc34
Architecture : noarch
Size : 24 k
Source : rubygem-mime-types-3.3.1-3.fc34.src.rpm
Repository : fedora
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.