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

Last updated: May 02,2024

1. Install "ruby-minitest" package

This tutorial shows how to install ruby-minitest on Kali Linux

$ sudo apt update $ sudo apt install ruby-minitest

2. Uninstall "ruby-minitest" package

Please follow the guidance below to uninstall ruby-minitest on Kali Linux:

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

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

Package: ruby-minitest
Version: 5.19.0-1
Installed-Size: 170
Maintainer: Debian Ruby Team
Architecture: all
Suggests: ruby-test-unit
Size: 62316
SHA256: 3ebf6808cfdce7b49871114034987ec9dfbe95abe8f4d60e1d191e83318cce5c
SHA1: f42c751ba0336dc1b1e51a97a8bbcbd10e37b4a0
MD5sum: 0ec6a05cf34a826fb4cffbd059bbc518
Description: Ruby test tools supporting TDD, BDD, mocking, and benchmarking
minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.
.
minitest/unit is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.
.
minitest/spec is a functionally complete spec engine. It hooks onto
minitest/unit and seamlessly bridges test assertions over to spec
expectations.
.
minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!
.
minitest/mock by Steven Baker, is a beautifully tiny mock object
framework.
.
minitest/pride shows pride in testing and adds coloring to your test
output.
.
minitest/unit is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.
Description-md5:
Homepage: https://github.com/seattlerb/minitest
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-minitest/ruby-minitest_5.19.0-1_all.deb