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

Last updated: October 05,2024

1. Install "ruby-minitest-hooks" package

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

$ sudo apt update $ sudo apt install ruby-minitest-hooks

2. Uninstall "ruby-minitest-hooks" package

Please follow the step by step instructions below to uninstall ruby-minitest-hooks on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-minitest-hooks
Priority: optional
Section: universe/ruby
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.4.0-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-minitest-hooks/ruby-minitest-hooks_1.4.0-1_all.deb
Size: 6280
MD5sum: 912f7e36cc65a0d50299a2e883844ae2
SHA1: 44bce8b6a572a6959c39dfae27b3877b8efb2131
SHA256: 80c2575f7c501954c8a85b2e7dd954712ccc4c5ee479d8f6ce4620e8b3669ae5
Description-en: Around and before_all/after_all/around_all hooks for Minitest
minitest-hooks adds around and before_all/after_all/around_all hooks for
Minitest. This allows you do things like run each suite of specs inside a
database transaction, running each spec inside its own savepoint inside that
transaction, which can significantly speed up testing for specs that share
expensive database setup code.
Description-md5: 8ef8e7189bff9b4fa67e39063c7fc8c1
Homepage: http://github.com/jeremyevans/minitest-hooks
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu