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

Last updated: May 10,2024

1. Install "wait-for-it" package

Please follow the step by step instructions below to install wait-for-it on Kali Linux

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

2. Uninstall "wait-for-it" package

Learn how to uninstall wait-for-it on Kali Linux:

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

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

Package: wait-for-it
Version: 0.0~git20180723-1
Installed-Size: 17
Maintainer: Alexandre Viau
Architecture: all
Size: 4384
SHA256: ba5f930655a28e236f9737c1bc55e5f00c950ca27e4ad6127aae5a19c5fa43f2
SHA1: 56cb3c961b4faf2e594419b577c03e9c7cafa943
MD5sum: 41fd3a86183fde7c65995f18c60fb5be
Description: script that will wait on the availability of a host and TCP port
wait-for-it is a pure bash script that will wait on the availability
of a host and TCP port. It is useful for synchronizing the spin-up of
interdependent services, such as linked docker containers. Since it
is a pure bash script, it does not have any external dependencies.
Description-md5:
Homepage: https://github.com/vishnubob/wait-for-it
Section: misc
Priority: optional
Filename: pool/main/w/wait-for-it/wait-for-it_0.0~git20180723-1_all.deb