How to Install and Uninstall golang-gopkg-russross-blackfriday-2-devel.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "golang-gopkg-russross-blackfriday-2-devel.noarch" package

This guide let you learn how to install golang-gopkg-russross-blackfriday-2-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install golang-gopkg-russross-blackfriday-2-devel.noarch

2. Uninstall "golang-gopkg-russross-blackfriday-2-devel.noarch" package

This guide covers the steps necessary to uninstall golang-gopkg-russross-blackfriday-2-devel.noarch on CentOS Stream 9:

$ sudo dnf remove golang-gopkg-russross-blackfriday-2-devel.noarch $ sudo dnf autoremove

3. Information about the golang-gopkg-russross-blackfriday-2-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 3:21:10 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : golang-gopkg-russross-blackfriday-2-devel
Version : 2.1.0
Release : 7.el9
Architecture : noarch
Size : 71 k
Source : golang-gopkg-russross-blackfriday-2-2.1.0-7.el9.src.rpm
Repository : epel
Summary : Markdown processor for Go
URL : https://github.com/russross/blackfriday
License : BSD
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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – gopkg.in/russross/blackfriday.v2