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

Last updated: July 02,2024

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

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

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

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

Learn how to uninstall compat-golang-github-lsegal-gucumber-devel.noarch on Fedora 36:

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

Last metadata expiration check: 2:27:37 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : compat-golang-github-lsegal-gucumber-devel
Version : 0
Release : 0.24.20190703git7d5c79e.fc36
Architecture : noarch
Size : 9.3 k
Source : golang-github-gucumber-0-0.24.20190703git7d5c79e.fc36.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.