How to Install and Uninstall cucumber Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "cucumber" package

In this section, we are going to explain the necessary steps to install cucumber on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cucumber

2. Uninstall "cucumber" package

Learn how to uninstall cucumber on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cucumber $ sudo apt autoclean && sudo apt autoremove

3. Information about the cucumber package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cucumber
Priority: optional
Section: universe/ruby
Installed-Size: 434
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.0.0-2
Depends: libjs-jquery, ruby | ruby-interpreter, ruby-builder, ruby-cucumber-core, ruby-diff-lcs, ruby-gherkin (>= 2.12~), ruby-multi-json (>= 1.7.5~), ruby-multi-test
Suggests: rake, ruby-nokogiri
Filename: pool/universe/c/cucumber/cucumber_2.0.0-2_all.deb
Size: 71068
MD5sum: c356c28140c14d73ce4af0a3cfbe290e
SHA1: 4598cb55f8c2fc5824542db1202d4c392c3184e5
SHA256: 78d131dde5ce9af8ac0a5248a879b1fadc695bb1016b1d2f255ad9cdf9e32269
Description-en: acceptance testing framework
Cucumber lets software development teams describe how software should behave
in plain text. The text is written in a business-readable domain-specific
language and serves as documentation, automated tests and development-aid -
all rolled into one format.
Description-md5: e1c0a343a46ae4831137954cfafb430c
Homepage: http://cukes.info/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu