How to Install and Uninstall mimetic.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 15,2024

1. Install "mimetic.x86_64" package

Please follow the guidance below to install mimetic.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install mimetic.x86_64

2. Uninstall "mimetic.x86_64" package

Here is a brief guide to show you how to uninstall mimetic.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove mimetic.x86_64 $ sudo dnf autoremove

3. Information about the mimetic.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:07:04 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : mimetic
Version : 0.9.8
Release : 14.el8
Architecture : x86_64
Size : 121 k
Source : mimetic-0.9.8-14.el8.src.rpm
Repository : epel
Summary : A full featured C++ MIME library
URL : http://www.codesink.org/mimetic_mime_library.html
License : MIT
Description : mimetic is an Email library (MIME) written in C++ designed to be easy to use
: and integrate but yet fast and efficient.
:
: It has been built around the standard lib. This means that you'll not find yet
: another string class or list implementation and that you'll feel comfortable
: in using this library from the very first time.
:
: Most classes functionalities and behavior will be clear if you ever studied
: MIME and its components; if you don't know anything about Internet messages
: you'll probably want to read some RFCs to understand the topic and, therefore,
: easily use the library whose names, whenever possible, overlap terms adopted
: in the standard RFC documents. At the very least: RFC 822, RFC 2045 and RFC
: 2046.