How to Install and Uninstall mmark Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "mmark" package

This guide let you learn how to install mmark on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mmark

2. Uninstall "mmark" package

Please follow the guidance below to uninstall mmark on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mmark $ sudo apt autoclean && sudo apt autoremove

3. Information about the mmark package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mmark
Priority: optional
Section: universe/text
Installed-Size: 3219
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Source: golang-github-miekg-mmark
Version: 1.3+git849458a+dfsg-1
Suggests: jing, libxml2-utils, xml2rfc
Filename: pool/universe/g/golang-github-miekg-mmark/mmark_1.3+git849458a+dfsg-1_amd64.deb
Size: 781736
MD5sum: fc83901cf5398322f6938ccfabc0e441
SHA1: 7e31cc01bf99330ba18609fd35741662d2813c53
SHA256: 8a6630bba5ecf0bf62b2dd82c203eff64a631b0f3fd83849c4bdccd57095847a
Description-en: Markdown processor in Go geared for the IETF (executable)
Write RFCs using markdown. Mmark (written in Go) provides an advanced
markdown dialect that processes a single file to produce internet-drafts
in XML format. Internet-drafts written in mmark can produce XML2RFC
v2 and XML2RFC v3 output.
.
Mmark is a fork of blackfriday which is a Markdown processor implemented
in Go. It supports a number of extensions, inspired by Leanpub, kramdown
and Asciidoc, that allows for large documents to be written. It is
specifically designed to write Internet Drafts (I-Ds) and RFCs for the IETF.
With mmark you can create a single file that serves as input into the
XML2RFC processor.
.
It can currently output HTML5, XML2RFC v2 and XML2RFC v3 XML.
Other output engines could be added.
.
This package provides the /usr/bin/mmark executable binary and documentation.
Description-md5: 01489f24a293788d788d4acd56e40a9b
Built-Using: golang (= 2:1.5.1-0ubuntu4), golang-toml (= 0.1.0+git20160102.23.5c4df71-1)
Homepage: https://github.com/miekg/mmark
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu