How to Install and Uninstall ruby-zentest Package on Kali Linux

Last updated: April 29,2024

1. Install "ruby-zentest" package

Learn how to install ruby-zentest on Kali Linux

$ sudo apt update $ sudo apt install ruby-zentest

2. Uninstall "ruby-zentest" package

Please follow the guidelines below to uninstall ruby-zentest on Kali Linux:

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

3. Information about the ruby-zentest package on Kali Linux

Package: ruby-zentest
Version: 4.11.0-2.1
Installed-Size: 169
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 56932
SHA256: f7195f54a92fb6fbe9ab0de3c7613f79dc606303389b7db37f21d2cd6504c4aa
SHA1: db71da8df2dbc51d35db91bf60d77e27265b0f6b
MD5sum: f3216d783ff2c4b2459ffe0cbdff24cf
Description: 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:
Homepage: https://github.com/seattlerb/zentest
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-zentest/ruby-zentest_4.11.0-2.1_all.deb