How to Install and Uninstall libmimetic-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libmimetic-dev" package

This tutorial shows how to install libmimetic-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmimetic-dev

2. Uninstall "libmimetic-dev" package

This is a short guide on how to uninstall libmimetic-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmimetic-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmimetic-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmimetic-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 186
Maintainer: Ubuntu Developers
Original-Maintainer: gregor herrmann
Architecture: amd64
Source: mimetic
Version: 0.9.8-4
Depends: libmimetic0v5 (= 0.9.8-4)
Suggests: libmimetic-doc
Filename: pool/universe/m/mimetic/libmimetic-dev_0.9.8-4_amd64.deb
Size: 29068
MD5sum: 43cc71abfa9ba6dd35289039638f21aa
SHA1: cacd5f089f8df1b7e5600d87e231feb8bdcd7e3e
SHA256: 257ee25f8e62bc2efd92db7be39607066a4dffd375fe61ac3d5aed012363b956
Description-en: C++ MIME library (development)
mimetic is a MIME library written in C++ designed to be easy to use and
integrate but yet fast and efficient.
.
mimetic 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.
.
mimetic doesn't use exceptions but it heavily uses templates so a mostly
standard compliant C++ compiler is required.
.
This package contains the header files.
Description-md5: 68c15515a9d7bb98ff22d92473d63da4
Multi-Arch: same
Homepage: http://www.codesink.org/mimetic_mime_library.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu