How to Install and Uninstall mailcap.src Package on Oracle Linux 8

Last updated: July 05,2024

1. Install "mailcap.src" package

Please follow the instructions below to install mailcap.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install mailcap.src

2. Uninstall "mailcap.src" package

This guide let you learn how to uninstall mailcap.src on Oracle Linux 8:

$ sudo dnf remove mailcap.src $ sudo dnf autoremove

3. Information about the mailcap.src package on Oracle Linux 8

Last metadata expiration check: 0:55:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : mailcap
Version : 2.1.48
Release : 3.el8
Architecture : src
Size : 40 k
Source : None
Repository : ol8_baseos_latest
Summary : Helper application and MIME type associations for file types
URL : https://pagure.io/mailcap
License : Public Domain and MIT
Description : The mailcap file is used by the metamail program. Metamail reads the
: mailcap file to determine how it should display non-text or multimedia
: material. Basically, mailcap associates a particular type of file
: with a particular program that a mail agent or other program can call
: in order to handle the file. Mailcap should be installed to allow
: certain programs to be able to handle non-text files.
:
: Also included in this package is the mime.types file which contains a
: list of MIME types and their filename "extension" associations, used
: by several applications e.g. to determine MIME types for filenames.