How to Install and Uninstall libmimetic-dev Package on Kali Linux

Last updated: May 13,2024

1. Install "libmimetic-dev" package

In this section, we are going to explain the necessary steps to install libmimetic-dev on Kali Linux

$ sudo apt update $ sudo apt install libmimetic-dev

2. Uninstall "libmimetic-dev" package

In this section, we are going to explain the necessary steps to uninstall libmimetic-dev on Kali Linux:

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

3. Information about the libmimetic-dev package on Kali Linux

Package: libmimetic-dev
Source: mimetic
Version: 0.9.8-11
Installed-Size: 934
Maintainer: gregor herrmann
Architecture: amd64
Depends: libmimetic0v5 (= 0.9.8-11)
Suggests: libmimetic-doc
Size: 135404
SHA256: 380205f9471c577d5a8e4c6b0ac1b2aafd2d7127a5cb2291bf0be73c8a354e85
SHA1: ee2ffc62ad55b03a187d38088624dc33391bf7eb
MD5sum: f40237235058e86445d55fcd14627b36
Description: 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:
Multi-Arch: same
Homepage: https://www.codesink.org/mimetic_mime_library.html
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib,
role::program, works-with::mail
Section: libdevel
Priority: optional
Filename: pool/main/m/mimetic/libmimetic-dev_0.9.8-11_amd64.deb