How to Install and Uninstall mimetic.x86_64 Package on Oracle Linux 9
Last updated: November 24,2024
1. Install "mimetic.x86_64" package
This tutorial shows how to install mimetic.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
mimetic.x86_64
Copied
2. Uninstall "mimetic.x86_64" package
This tutorial shows how to uninstall mimetic.x86_64 on Oracle Linux 9:
$
sudo dnf remove
mimetic.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the mimetic.x86_64 package on Oracle Linux 9
Last metadata expiration check: 1:26:15 ago on Thu Feb 15 07:50:05 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.
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.