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

Last updated: June 03,2024

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

Learn how to install compat-golang-github-mvdan-xurls-devel.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall compat-golang-github-mvdan-xurls-devel.noarch on Fedora 35:

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

3. Information about the compat-golang-github-mvdan-xurls-devel.noarch package on Fedora 35

Last metadata expiration check: 0:49:24 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : compat-golang-github-mvdan-xurls-devel
Version : 2.2.0
Release : 6.fc35
Architecture : noarch
Size : 8.4 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:
: – github.com/mvdan/xurls
:
: 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.