How to Install and Uninstall compat-golang-mvdan-xurls-2-devel.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "compat-golang-mvdan-xurls-2-devel.noarch" package

Here is a brief guide to show you how to install compat-golang-mvdan-xurls-2-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install compat-golang-mvdan-xurls-2-devel.noarch

2. Uninstall "compat-golang-mvdan-xurls-2-devel.noarch" package

This guide let you learn how to uninstall compat-golang-mvdan-xurls-2-devel.noarch on Fedora 36:

$ sudo dnf remove compat-golang-mvdan-xurls-2-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-mvdan-xurls-2-devel.noarch package on Fedora 36

Last metadata expiration check: 0:11:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : compat-golang-mvdan-xurls-2-devel
Version : 2.2.0
Release : 7.fc36
Architecture : noarch
Size : 8.2 k
Source : golang-mvdan-xurls-2.2.0-7.fc36.src.rpm
Repository : updates
Summary : Extract urls from text
URL : https://github.com/mvdan/xurls
License : BSD
Description : Extract urls from text using regular expressions. Requires Go 1.10.3 or later.
:
: This package provides symbolic links that alias the following Go import paths to
: mvdan.cc/xurls:
: – mvdan.cc/xurls/v2
:
: 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
: mvdan.cc/xurls.