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

Last updated: September 22,2024

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

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

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

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

Please follow the instructions below to uninstall compat-golang-github-commonmark-html-devel.noarch on Fedora 38:

$ 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 38

Last metadata expiration check: 5:35:24 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : compat-golang-github-commonmark-html-devel
Version : 0
Release : 0.11.20200805gita227339.fc38
Architecture : noarch
Size : 8.9 k
Source : golang-gitlab-commonmark-html-0-0.11.20200805gita227339.fc38.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.