How to Install and Uninstall mimetic.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "mimetic.x86_64" package

In this section, we are going to explain the necessary steps to install mimetic.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove mimetic.x86_64 $ sudo dnf autoremove

3. Information about the mimetic.x86_64 package on Fedora 34

Last metadata expiration check: 4:36:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mimetic
Version : 0.9.8
Release : 17.fc34
Architecture : x86_64
Size : 101 k
Source : mimetic-0.9.8-17.fc34.src.rpm
Repository : fedora
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.