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

Last updated: September 30,2024

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 35

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

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

This is a short guide on how to uninstall compat-golang-mvdan-xurls-2-devel.noarch on Fedora 35:

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

Last metadata expiration check: 3:35:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : compat-golang-mvdan-xurls-2-devel
Version : 2.2.0
Release : 6.fc35
Architecture : noarch
Size : 8.1 k
Source : golang-mvdan-xurls-2.2.0-6.fc35.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.