How to Install gucumber software package in Ubuntu 16.04 LTS (Xenial Xerus)

How to Install gucumber software package in Ubuntu 16.04 LTS (Xenial Xerus)

gucumber software package provides Cucumber BDD-style testing for Go -- utility, you can install in your Ubuntu 16.04 LTS (Xenial Xerus) 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 Ubuntu 16 04 lts xenial xerus
Section Development
Package gucumber
Version 0.0~git20160110.0.44a4d7e-1
Description Cucumber BDD-style testing for Go -- utility
Sub Section Devel


See Also, How to uninstall or remove gucumber software package from Ubuntu 16.04 LTS (Xenial Xerus) ?