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

Last updated: May 06,2024

1. Install "golang-github-russross-blackfriday-dev" package

Here is a brief guide to show you how to install golang-github-russross-blackfriday-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-russross-blackfriday-dev

2. Uninstall "golang-github-russross-blackfriday-dev" package

In this section, we are going to explain the necessary steps to uninstall golang-github-russross-blackfriday-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-russross-blackfriday-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: golang-github-russross-blackfriday-dev
Priority: extra
Section: universe/devel
Installed-Size: 339
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-blackfriday
Version: 1.4-2
Replaces: golang-blackfriday-dev
Provides: golang-blackfriday-dev
Depends: golang-github-shurcool-sanitized-anchor-name-dev
Conflicts: golang-blackfriday-dev
Filename: pool/universe/g/golang-blackfriday/golang-github-russross-blackfriday-dev_1.4-2_all.deb
Size: 59718
MD5sum: 4dbe585fc3496b8981e6e01b79796e67
SHA1: d0fb0e15be9c76e6f584c4fcf697b622d9bbadb1
SHA256: e2b11560e830a540669ddbe82d50d69639cc232437bca66ea16b9b0cf12c1f91
Description-en: Blackfriday: a markdown processor for Go
Blackfriday (github.com/russross/blackfriday) is a Markdown processor
implemented in Go. It is paranoid about its input (so you can safely feed it
user-supplied data), it is fast, it supports common extensions (tables, smart
punctuation substitutions, etc.), and it is safe for all utf-8 (unicode)
input.
.
HTML output is currently supported, along with Smartypants extensions. An
experimental LaTeX output engine is also included.
.
It started as a translation from C of upskirt.
Description-md5: 63c70c739bfbce2992e5f548b310d4a4
Homepage: https://github.com/russross/blackfriday
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu