How to install htop on macOS Unix desktop running on MacBook

https://w‮.ww‬lautturi.com
How to install htop on macOS Unix desktop running on MacBook

To install htop on a macOS Unix desktop, you can use the package manager Homebrew.

  1. First, install Homebrew by running the following command in the terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  1. Once Homebrew is installed, you can use it to install htop by running the following command:
brew install htop

This will install htop and all of its dependencies.

  1. Once the installation is complete, you can start htop by running the htop command.
Created Time:2017-10-28 21:39:04  Author:lautturi