Wait Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

Wait Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

wait

Wait for a process to complete before proceeding.

Maintainer: Shengjing Zhu



Section: admin

Install wait

  • Debian apt-get install execline Click to copy
  • Ubuntu apt-get install execline Click to copy
  • Alpine OS apk add bash Click to copy
  • Arch Linux pacman -S bash Click to copy
  • Kali Linux apt-get install execline Click to copy
  • CentOS yum install bash Click to copy
  • Fedora dnf install bash Click to copy
  • Raspbian apt-get install bash Click to copy
  • macOS brew install bash Click to copy

Wait for a process to complete before proceeding.

How to use wait?

Below are few example commands for wait that you can use in the terminal.

Wait for a process to finish given its process ID (PID) and return its exit status:
wait pidClick to copy
Wait for all processes known to the invoking shell to finish:
waitClick to copy
Installing wait command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian and macOS operating systems. Once you run the command it will install the latest version of wait 2024 package in your OS.