How To Install golang-github-gucumber-devel on Fedora 36

In this tutorial we learn how to install golang-github-gucumber-devel in Fedora 36. golang-github-gucumber-devel is Cucumber BDD-style testing for Go

Introduction

In this tutorial we learn how to install golang-github-gucumber-devel on Fedora 36.

What is golang-github-gucumber-devel

An implementation of Cucumber BDD-style testing for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/gucumber/gucumber

We can use yum or dnf to install golang-github-gucumber-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-gucumber-devel.

Install golang-github-gucumber-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-gucumber-devel using dnf by running the following command:

sudo dnf -y install golang-github-gucumber-devel

Install golang-github-gucumber-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-gucumber-devel using yum by running the following command:

sudo yum -y install golang-github-gucumber-devel

How To Uninstall golang-github-gucumber-devel on Fedora 36

To uninstall only the golang-github-gucumber-devel package we can use the following command:

sudo dnf remove golang-github-gucumber-devel

golang-github-gucumber-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gucumber-devel
/usr/share/doc/golang-github-gucumber-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/gucumber
/usr/share/gocode/src/github.com/gucumber/gucumber
/usr/share/gocode/src/github.com/gucumber/gucumber/.goipath
/usr/share/gocode/src/github.com/gucumber/gucumber/README.md
/usr/share/gocode/src/github.com/gucumber/gucumber/builder.go
/usr/share/gocode/src/github.com/gucumber/gucumber/builder_test.go
/usr/share/gocode/src/github.com/gucumber/gucumber/cmd
/usr/share/gocode/src/github.com/gucumber/gucumber/cmd/gucumber
/usr/share/gocode/src/github.com/gucumber/gucumber/cmd/gucumber/gucumber.go
/usr/share/gocode/src/github.com/gucumber/gucumber/gherkin
/usr/share/gocode/src/github.com/gucumber/gucumber/gherkin/i18n.go
/usr/share/gocode/src/github.com/gucumber/gucumber/gherkin/parser.go
/usr/share/gocode/src/github.com/gucumber/gucumber/gherkin/parser_test.go
/usr/share/gocode/src/github.com/gucumber/gucumber/gherkin/types.go
/usr/share/gocode/src/github.com/gucumber/gucumber/gherkin/types_test.go
/usr/share/gocode/src/github.com/gucumber/gucumber/glide.lock
/usr/share/gocode/src/github.com/gucumber/gucumber/glide.yaml
/usr/share/gocode/src/github.com/gucumber/gucumber/internal
/usr/share/gocode/src/github.com/gucumber/gucumber/internal/features
/usr/share/gocode/src/github.com/gucumber/gucumber/internal/features/basic
/usr/share/gocode/src/github.com/gucumber/gucumber/internal/features/basic/step_definitions.go
/usr/share/gocode/src/github.com/gucumber/gucumber/run_main.go
/usr/share/gocode/src/github.com/gucumber/gucumber/runner.go
/usr/share/gocode/src/github.com/gucumber/gucumber/stepdef.go
/usr/share/gocode/src/github.com/gucumber/gucumber/stepdef_test.go
/usr/share/licenses/golang-github-gucumber-devel
/usr/share/licenses/golang-github-gucumber-devel/LICENSE.txt

References

Summary

In this tutorial we learn how to install golang-github-gucumber-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).