SAGARFIVE

Linux Package/application unistall

Linux Distribution

Package Manager

Uninstall Command Example

Ubuntu / Debian / Linux Mint

apt

sudo apt remove <package-name>
Example: sudo apt remove nginx

Red Hat / CentOS / Rocky / Alma

yum / dnf

sudo dnf remove httpd

Amazon Linux

yum

sudo yum remove httpd

Arch Linux / Manjaro

pacman

sudo pacman -R nginx

openSUSE

zypper

sudo zypper remove nginx