How to install htop on Alpine Linux using apk

https://‮www‬.lautturi.com
How to install htop on Alpine Linux using apk

To install htop on Alpine Linux using the apk command, follow these steps:

  1. Update the package repository index by running the following command:
apk update
  1. Install htop by running the following command:
apk add 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