How to Install and Uninstall compat-golang-github-commonmark-html-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "compat-golang-github-commonmark-html-devel.noarch" package

Please follow the guidelines below to install compat-golang-github-commonmark-html-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-github-commonmark-html-devel.noarch

2. Uninstall "compat-golang-github-commonmark-html-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall compat-golang-github-commonmark-html-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-github-commonmark-html-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-commonmark-html-devel.noarch package on Fedora 34

Last metadata expiration check: 1:12:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-github-commonmark-html-devel
Version : 0
Release : 0.7.20200805gita227339.fc34
Architecture : noarch
Size : 9.1 k
Source : golang-gitlab-commonmark-html-0-0.7.20200805gita227339.fc34.src.rpm
Repository : fedora
Summary : HTML utilities for escaping/unescaping and for parsing HTML
URL : https://gitlab.com/golang-commonmark/html
License : BSD
Description : Package Html provides functions for escaping/unescaping HTML text and for
: parsing HTML entities.
:
: This package provides symbolic links that alias the following Go import paths to
: gitlab.com/golang-commonmark/html:
: – github.com/golang-commonmark/html
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: gitlab.com/golang-commonmark/html.