How to Install gucumber software package in Debian 9 (Stretch)

How to Install gucumber software package in Debian 9 (Stretch)

gucumber software package provides Cucumber BDD-style testing for Go -- utility, you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install gucumber 

gucumber is installed in your system.

Make ensure the gucumber package were installed using the commands given below,

$ sudo dpkg-query -l | grep gucumber *

You will get with gucumber package name, version, architecture and description in a table

gucumber package basic information:

Distro Debian 9 stretch
Section Development
Package gucumber
Version 0.0~git20160715.0.71608e2-1 [a
Description Cucumber BDD-style testing for Go -- utility
Sub Section devel


See Also, How to uninstall or remove gucumber software package from Debian 9 (Stretch)?