How to Install and Uninstall golang-github-russross-blackfriday Package on openSUSE Leap

Last updated: May 14,2024

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

Please follow the instructions below to install golang-github-russross-blackfriday on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install golang-github-russross-blackfriday

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

Please follow the guidance below to uninstall golang-github-russross-blackfriday on openSUSE Leap:

$ sudo zypper remove golang-github-russross-blackfriday

3. Information about the golang-github-russross-blackfriday package on openSUSE Leap

Information for package golang-github-russross-blackfriday:
-----------------------------------------------------------
Repository : Main Repository
Name : golang-github-russross-blackfriday
Version : 1.4.0+git20151230.c8875c0-2.30
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 209.1 KiB
Installed : No
Status : not installed
Source package : golang-github-russross-blackfriday-1.4.0+git20151230.c8875c0-2.30.src
Upstream URL : https://github.com/russross/blackfriday
Summary : Markdown processor implemented in Go
Description :
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.