How To Install Glances On Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS?
Install glances
-
Debian
apt-get install glances
Click to copy -
Ubuntu
apt-get install glances
Click to copy -
Alpine OS
apk add glances
Click to copy -
Arch Linux
pacman -S glances
Click to copy -
Kali Linux
apt-get install glances
Click to copy -
Fedora
dnf install glances
Click to copy -
Raspbian
apt-get install glances
Click to copy -
macOS
brew install glances
Click to copy
A cross-platform system monitoring tool.
How to use glances?
Below are few example commands for glances that you can use in the terminal.
Run in terminal:glances
Click to copyRun in web server mode to show results in browser:glances -w
Click to copyRun in server mode to allow connections from other Glances clients:glances -s
Click to copyConnect to a Glances server:glances -c hostname
Click to copyRequire a password in (web) server mode:glances -s --password
Click to copy
Installing glances 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, Fedora, Raspbian and macOS operating systems. Once you run the command it will install the latest version of glances 2023 package in your OS.