How to Install and Uninstall libmd4c0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libmd4c0" package

Please follow the step by step instructions below to install libmd4c0 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libmd4c0

2. Uninstall "libmd4c0" package

Here is a brief guide to show you how to uninstall libmd4c0 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libmd4c0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmd4c0 package on Ubuntu 21.10 (Impish Indri)

Package: libmd4c0
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: 103
Depends: libc6 (>= 2.14)
Filename: pool/universe/m/md4c/libmd4c0_0.4.7-2_amd64.deb
Size: 38836
MD5sum: a1fdd6477b84a0484839cb0e8726d46c
SHA1: 2ecddda1a8195e74dbef0405806af4d6f8a94882
SHA256: 1a9624826f6fd15fc199239f8bcedc2d717e6d093bcb4bb1ac863343bdabb3ae
SHA512: 75fa7af17e2a9384b32d9ec10378c2605d5b3641ba9d187e376b233d6153f7e245a9a9e2864305e628eb84e93f704ba845995f2a47eb2953d2c2b9d44264a357
Homepage: https://github.com/mity/md4c
Description-en: Markdown for C
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.
Description-md5: b1a7a354ebf1c0e39e45738f2bc87adf
Task: kubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop