How to Install and Uninstall compat-golang-mvdan-xurls-2-devel.noarch Package on Oracle Linux 9

Last updated: September 24,2024

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

Please follow the guidance below to install compat-golang-mvdan-xurls-2-devel.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall compat-golang-mvdan-xurls-2-devel.noarch on Oracle Linux 9:

$ 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 Oracle Linux 9

Last metadata expiration check: 0:40:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : compat-golang-mvdan-xurls-2-devel
Version : 2.2.0
Release : 10.el9
Architecture : noarch
Size : 8.2 k
Source : golang-mvdan-xurls-2.2.0-10.el9.src.rpm
Repository : epel
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.