How to Install and Uninstall golang-github-miekg-mmark-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "golang-github-miekg-mmark-dev" package

In this section, we are going to explain the necessary steps to install golang-github-miekg-mmark-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-miekg-mmark-dev

2. Uninstall "golang-github-miekg-mmark-dev" package

Learn how to uninstall golang-github-miekg-mmark-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-miekg-mmark-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-miekg-mmark-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-miekg-mmark-dev
Priority: extra
Section: universe/devel
Installed-Size: 339
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-miekg-mmark
Version: 1.3+git849458a+dfsg-1
Depends: golang-go | gccgo, golang-github-burntsushi-toml-dev | golang-toml-dev
Filename: pool/universe/g/golang-github-miekg-mmark/golang-github-miekg-mmark-dev_1.3+git849458a+dfsg-1_all.deb
Size: 62816
MD5sum: d9d16231288e6f60aed46b506afb1efb
SHA1: 469f4eef392dc701cc5a70f1aa7b6cfe293fa017
SHA256: 8a7df86c2f6bf8532491ead1ff348c0dfb05f2d18abf0b12da9ced71782d9ecf
Description-en: Markdown processor in Go geared for the IETF (Go library)
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 mmark Go library for development.
Description-md5: f931cc800b096c5e4f621ff231a36b8a
Homepage: https://github.com/miekg/mmark
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu