How to Install and Uninstall libmd4c-html0 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 21,2024

1. Install "libmd4c-html0" package

Please follow the step by step instructions below to install libmd4c-html0 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libmd4c-html0

2. Uninstall "libmd4c-html0" package

Please follow the step by step instructions below to uninstall libmd4c-html0 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libmd4c-html0 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libmd4c-html0
Architecture: amd64
Version: 0.4.7-1
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-1), libc6 (>= 2.4)
Filename: pool/universe/m/md4c/libmd4c-html0_0.4.7-1_amd64.deb
Size: 29268
MD5sum: 527d0d4c9757f88145c8896c16857f00
SHA1: 812f803de0f79e0afc01dd6dc933e5242f9b9429
SHA256: 3266a0070af72c28de4fb885eacf1e795e43ac85daf34f3cee4bf70c87b74300
SHA512: 56dcb16e8c9c9adc621d3aca547f7f2c41fee052ffc73588a8ccd90af79780e0964e58f84cae0e358255904f0bf060564bfb05301058988019cdf2c231c35cfe
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