How To Install Free In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?
Maintainer: Craig Small
Email: [email protected] .
Website: https://gitlab.com/procps-ng/procps
Section: admin
Install free
-
Debian
apt-get install procps
Click to copy -
Ubuntu
apt-get install procps
Click to copy -
Alpine OS
apk add procps
Click to copy -
Arch Linux
pacman -S procps-ng
Click to copy -
Kali Linux
apt-get install procps
Click to copy -
CentOS
yum install procps-ng
Click to copy -
Fedora
dnf install procps-ng
Click to copy -
Raspbian
apt-get install procps
Click to copy
Display amount of free and used memory in the system.
How to use free?
Below are few example commands for free that you can use in the terminal.
Display system memory:free
Click to copyDisplay memory in Bytes/KB/MB/GB:free -b|k|m|g
Click to copyDisplay memory in human readable units:free -h
Click to copyRefresh the output every 2 seconds:free -s 2
Click to copy
Installation of latest free command is available for Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora and Raspbian. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2023 latest package from the repository and install it in your computer/server.