How to Install and Uninstall golang-github-microcosm-cc-bluemonday.x86_64 Package on Fedora 36

Last updated: October 11,2024

1. Install "golang-github-microcosm-cc-bluemonday.x86_64" package

This is a short guide on how to install golang-github-microcosm-cc-bluemonday.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-microcosm-cc-bluemonday.x86_64

2. Uninstall "golang-github-microcosm-cc-bluemonday.x86_64" package

This guide covers the steps necessary to uninstall golang-github-microcosm-cc-bluemonday.x86_64 on Fedora 36:

$ sudo dnf remove golang-github-microcosm-cc-bluemonday.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-microcosm-cc-bluemonday.x86_64 package on Fedora 36

Last metadata expiration check: 0:20:40 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : golang-github-microcosm-cc-bluemonday
Version : 1.0.17
Release : 4.fc36
Architecture : x86_64
Size : 926 k
Source : golang-github-microcosm-cc-bluemonday-1.0.17-4.fc36.src.rpm
Repository : updates
Summary : Fast golang HTML sanitizer
URL : https://github.com/microcosm-cc/bluemonday
License : BSD
Description :
: bluemonday is a HTML sanitizer implemented in Go. It is fast and highly
: configurable.
:
: bluemonday takes untrusted user generated content as an input, and will
: return HTML that has been sanitised against a whitelist of approved HTML
: elements and attributes so that you can safely include the content in your
: web page.