How to Install and Uninstall ruby-minitest Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "ruby-minitest" package

This is a short guide on how to install ruby-minitest on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-minitest

2. Uninstall "ruby-minitest" package

This tutorial shows how to uninstall ruby-minitest on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-minitest package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-minitest
Architecture: all
Version: 5.13.0-1
Multi-Arch: foreign
Priority: optional
Section: ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 154
Suggests: ruby-test-unit
Filename: pool/main/r/ruby-minitest/ruby-minitest_5.13.0-1_all.deb
Size: 40884
MD5sum: 11d288f9553ed91b88772a4c801367ae
SHA1: 058a50cc5b8c9fe61d5011d5e9f996658b526448
SHA256: 95fef55a57ec3b3cf88afeb6f3c94f92884b0141a350bb2ac9cbcbacb7881e6b
SHA512: 42a023ffd234fdc19b87f461ef1cb2adc3e094ee51b3289815357f7f88c3b118e9eebffbb5e917fef5329a98f6e01ee69af4b1fee58593fd6995f31c6c04fe35
Homepage: https://github.com/seattlerb/minitest
Description-en: 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: 711e8129451c50c5d22378f07e8095cc
Task: ubuntu-budgie-desktop
Ruby-Versions: all