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

Last updated: May 14,2024

1. Install "libmd4c-dev" package

Here is a brief guide to show you how to install libmd4c-dev on Kali Linux

$ sudo apt update $ sudo apt install libmd4c-dev

2. Uninstall "libmd4c-dev" package

Please follow the steps below to uninstall libmd4c-dev on Kali Linux:

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

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

Package: libmd4c-dev
Source: md4c (0.4.8-1)
Version: 0.4.8-1+b1
Installed-Size: 69
Maintainer: Debian Qt/KDE Maintainers
Architecture: amd64
Depends: libmd4c0 (= 0.4.8-1+b1)
Size: 21808
SHA256: 77cc2b4230ea926a0c5468aadc430fd185dd06584fbfde47edd6128322aae861
SHA1: 4ecb812050bb2ec6fab3acef49a3bac500d862b3
MD5sum: bb9c03e561f7369a0f4989765d5ccd03
Description: Markdown for C - development files
MD4C is C Markdown parser with the following features:
.
Compliance: Generally MD4C aims to be compliant to the latest version of
CommonMark specification. Right now fully compliant to CommonMark 0.28.
.
Extensions: MD4C supports some commonly requested and accepted extensions.
.
Compactness: MD4C is implemented in one source file and one header file.
.
Embedding: MD4C is easy to reuse in other projects, its API is very
straightforward: There is actually just one function, md_parse().
.
Push model: MD4C parses the complete document and calls callback functions
provided by the application for each start/end of block, start/end of a span,
and with any textual contents.
.
Portability: MD4C builds and works on Windows and Linux, and it should
be fairly simple to make it run also on most other systems.
.
Encoding: MD4C can be compiled to recognize ASCII-only control characters,
UTF-8 and, on Windows, also UTF-16, i.e. what is on Windows commonly
called just "Unicode". See more details below.
.
Permissive license: MD4C is available under the MIT license.
.
This package ships the library's development files.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/mity/md4c
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/md4c/libmd4c-dev_0.4.8-1+b1_amd64.deb