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

Last updated: May 17,2024

1. Install "compat-golang-github-lsegal-gucumber-devel.noarch" package

Please follow the instructions below to install compat-golang-github-lsegal-gucumber-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install compat-golang-github-lsegal-gucumber-devel.noarch

2. Uninstall "compat-golang-github-lsegal-gucumber-devel.noarch" package

This is a short guide on how to uninstall compat-golang-github-lsegal-gucumber-devel.noarch on Fedora 35:

$ sudo dnf remove compat-golang-github-lsegal-gucumber-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-lsegal-gucumber-devel.noarch package on Fedora 35

Last metadata expiration check: 5:28:43 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : compat-golang-github-lsegal-gucumber-devel
Version : 0
Release : 0.23.20190703git7d5c79e.fc35
Architecture : noarch
Size : 9.2 k
Source : golang-github-gucumber-0-0.23.20190703git7d5c79e.fc35.src.rpm
Repository : updates
Summary : Cucumber BDD-style testing for Go
URL : https://github.com/gucumber/gucumber
License : MIT
Description : An implementation of Cucumber BDD-style testing for Go.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/gucumber/gucumber:
: – github.com/lsegal/gucumber
:
: 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
: github.com/gucumber/gucumber.