How to Install and Uninstall mimetic.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

1. Install "mimetic.x86_64" package

Here is a brief guide to show you how to install mimetic.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install mimetic.x86_64

2. Uninstall "mimetic.x86_64" package

Learn how to uninstall mimetic.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove mimetic.x86_64 $ sudo dnf autoremove

3. Information about the mimetic.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:26:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : mimetic
Version : 0.9.8
Release : 20.el9
Architecture : x86_64
Size : 99 k
Source : mimetic-0.9.8-20.el9.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.