htop, alpine linux,

Install Htop on Alpine Linux

Sep 14, 2022 · 1 min read · Post a comment

Htop provides you to track the machine processes and to be aware of your CPU and Memory load. Today I will show you how to install htop on Alpine Linux.

Prerequisites

  • Alpine Linux
  • sudo privileges

Install htop on Alpine Linux

Step 1. Make sure that the alpine packages are up to date.

sudo apk add update

Step 2. Search for the htop package.

sudo apk search htop

Step 3. Install htop.

sudo apk add htop

Step 4. To run htop, execute:

htop

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.