How to Install and Uninstall perl-MIME-Types.noarch Package on Fedora 35

Last updated: January 12,2025

1. Install "perl-MIME-Types.noarch" package

Please follow the steps below to install perl-MIME-Types.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-MIME-Types.noarch

2. Uninstall "perl-MIME-Types.noarch" package

Here is a brief guide to show you how to uninstall perl-MIME-Types.noarch on Fedora 35:

$ sudo dnf remove perl-MIME-Types.noarch $ sudo dnf autoremove

3. Information about the perl-MIME-Types.noarch package on Fedora 35

Last metadata expiration check: 1:17:01 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-MIME-Types
Version : 2.21
Release : 2.fc35
Architecture : noarch
Size : 70 k
Source : perl-MIME-Types-2.21-2.fc35.src.rpm
Repository : fedora
Summary : MIME types module for Perl
URL : https://metacpan.org/release/MIME-Types
License : GPL+ or Artistic
Description : MIME types are used in many applications, for instance as part of e-mail
: and HTTP traffic, to indicate the type of content that is transmitted.
:
: Sometimes detailed knowledge about a mime-type is need; however, this
: module only knows about the file-name extensions that relate to some
: file-type. It can also be used to produce the right format: types that
: are not registered at IANA need to use 'x-' prefixes.