How to Install and Uninstall ruby-zentest Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "ruby-zentest" package

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

$ sudo apt update $ sudo apt install ruby-zentest

2. Uninstall "ruby-zentest" package

In this section, we are going to explain the necessary steps to uninstall ruby-zentest on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-zentest $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-zentest package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-zentest
Priority: optional
Section: universe/ruby
Installed-Size: 178
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 4.11.0-2
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-zentest/ruby-zentest_4.11.0-2_all.deb
Size: 59552
MD5sum: 2a2e98816a66a082c6085d61ae8ac1c7
SHA1: 595013b52aabd37a34e6ebc6ffc4b13ea943c8cf
SHA256: 74d15e973a818dac92035ec2993e45d64512d7642abf355a4f627b3ea2ab01cb
Description-en: ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby
zentest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker pace.
zentest only works with Ruby and Minitest or Test::Unit. There is
enough evidence to show that this is still proving useful to users, so
it stays.
.
unit_diff is a command-line filter to diff expected results from
actual results and allow you to quickly see exactly what is wrong.
Do note that minitest 2.2+ provides an enhanced assert_equal obviating
the need for unit_diff
.
autotest is a continuous testing facility meant to be used during
development. As soon as you save a file, autotest will run the
corresponding dependent tests.
.
multiruby runs anything you want on multiple versions of ruby. Great
for compatibility checking! Use multiruby_setup to manage your
installed versions.
Description-md5: ff721d5c8232819bbac79fc87d79afbe
Homepage: https://github.com/seattlerb/zentest
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu