How to Install and Uninstall ruby-wait-for-it Package on Kali Linux

Last updated: November 21,2024

1. Install "ruby-wait-for-it" package

Please follow the guidelines below to install ruby-wait-for-it on Kali Linux

$ sudo apt update $ sudo apt install ruby-wait-for-it

2. Uninstall "ruby-wait-for-it" package

Please follow the guidance below to uninstall ruby-wait-for-it on Kali Linux:

$ sudo apt remove ruby-wait-for-it $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-wait-for-it package on Kali Linux

Package: ruby-wait-for-it
Version: 0.2.1-2
Installed-Size: 28
Maintainer: Debian Ruby Team
Architecture: all
Size: 8060
SHA256: 828e137faab2b661c7e0df28d2144bd7fe694986060dc40feb5da91e1e2d8d6b
SHA1: 0d82e934a75735cd092c93e83835d43568a26bdb
MD5sum: 1b26f4998592cf07b02ebcbf32c31c1c
Description: Stop sleeping in your tests, instead wait for it
Make your complicated integration tests more deterministic with wait for it.
.
It spawns processes and waits for them so you can integration test really
complicated things with determinism. It allows testing long running processes
such as webservers, or features that require concurrency or libraries that use
global configuration.
.
Don't add `sleep` to your tests, instead read a log file or stdout and match
specific strings.
Description-md5:
Homepage: https://github.com/zombocom/wait_for_it
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-wait-for-it/ruby-wait-for-it_0.2.1-2_all.deb