SAGARFIVE

Linux Package/application install

Linux Distribution

Package Manager

Install Command Example

Ubuntu / Debian / Linux Mint

apt

Command:
sudo apt install <package name>


Example:
sudo apt install nginx

Red Hat / CentOS / Rocky / Alma

yum / dnf

sudo dnf install httpd

Amazon Linux

yum

sudo yum install httpd

Arch Linux / Manjaro

pacman

sudo pacman -S nginx

openSUSE

zypper

sudo zypper install nginx