How to Install and Uninstall libmd4c-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libmd4c-dev" package

Please follow the steps below to install libmd4c-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libmd4c-dev

2. Uninstall "libmd4c-dev" package

Please follow the instructions below to uninstall libmd4c-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libmd4c-dev package on Ubuntu 21.10 (Impish Indri)

Package: libmd4c-dev
Architecture: amd64
Version: 0.4.7-2
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: md4c
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Qt/KDE Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 68
Depends: libmd4c0 (= 0.4.7-2)
Filename: pool/universe/m/md4c/libmd4c-dev_0.4.7-2_amd64.deb
Size: 15516
MD5sum: 612426cff5300f1e2457e291c7597ca2
SHA1: 7c7bba51f32a7be0e0ff3a792e4f7c7a544865a0
SHA256: 31d514b896d2a2e558cdfda9640adfb2d9ef68d771fc009b05d29ec13ca62bb5
SHA512: 11f4ee91a2f4b46d4cba96f548c7bfcf5aed922fc68a4a52b6af4c8b1179496d196c7520b2f68a464f0b1b674505a0370c9a427b059573458ddc1d33bf66d00f
Homepage: https://github.com/mity/md4c
Description-en: 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: b035061e243da14d92d4a0555b7da0ff