How to Install and Uninstall mimetic.i686 Package on Fedora 36

Last updated: May 19,2024

1. Install "mimetic.i686" package

This is a short guide on how to install mimetic.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install mimetic.i686

2. Uninstall "mimetic.i686" package

Learn how to uninstall mimetic.i686 on Fedora 36:

$ sudo dnf remove mimetic.i686 $ sudo dnf autoremove

3. Information about the mimetic.i686 package on Fedora 36

Last metadata expiration check: 5:11:47 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mimetic
Version : 0.9.8
Release : 19.fc36
Architecture : i686
Size : 106 k
Source : mimetic-0.9.8-19.fc36.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.