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

Last updated: November 07,2024

1. Install "libmd4c-html0" package

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

$ sudo apt update $ sudo apt install libmd4c-html0

2. Uninstall "libmd4c-html0" package

This is a short guide on how to uninstall libmd4c-html0 on Ubuntu 21.10 (Impish Indri):

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

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

Package: libmd4c-html0
Architecture: amd64
Version: 0.4.7-2
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: md4c
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Qt/KDE Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 163
Depends: libmd4c0 (= 0.4.7-2), libc6 (>= 2.4)
Filename: pool/universe/m/md4c/libmd4c-html0_0.4.7-2_amd64.deb
Size: 29272
MD5sum: f9ed05f6ec85a10f438dcc3a8391a80b
SHA1: 356aebc2ae3ad5c2c4fda076c0bff4e78ed335d9
SHA256: 212021aff6726dfe452c21047c92c3e91f116027012450def50de6939af6d3d8
SHA512: 4607ddf2fdb2112ad1c922c9d1f6ec9f9e8b1d394a15358a51e1f71641f8097ac7efda65efc3067feabc7ad62b3c6b0e46d7f11fc6bd8fd2d9aba1baa702d8e9
Homepage: https://github.com/mity/md4c
Description-en: Markdown for C HTML-renderer
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 standalone Markdown-to-HTML converter.
Description-md5: c2cd54f007c1a437aa1397200511c064