How To Install golang-github-gucumber on Fedora 36
Introduction
In this tutorial we learn how to install golang-github-gucumber on Fedora 36.
What is golang-github-gucumber
An implementation of Cucumber BDD-style testing for Go.
We can use yum or dnf to install golang-github-gucumber on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-gucumber.
Install golang-github-gucumber 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 using dnf by running the following command:
sudo dnf -y install golang-github-gucumber
Install golang-github-gucumber 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 using yum by running the following command:
sudo yum -y install golang-github-gucumber
How To Uninstall golang-github-gucumber on Fedora 36
To uninstall only the golang-github-gucumber package we can use the following command:
sudo dnf remove golang-github-gucumber
golang-github-gucumber Package Contents on Fedora 36
/usr/bin/gucumber
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/2627e8f212eac4a45a05f8023096be50cadc17
/usr/share/doc/golang-github-gucumber
/usr/share/doc/golang-github-gucumber/README.md
/usr/share/licenses/golang-github-gucumber
/usr/share/licenses/golang-github-gucumber/LICENSE.txt
References
Summary
In this tutorial we learn how to install golang-github-gucumber on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).