Skip to content

SAGARFIVE

  • Linux
  • Networking
  • Git
  • Maven
  • Jenkins
  • Docker
  • Ansible
  • Terrafom
  • AWS
  • SQL
Menu
  • Linux
  • Networking
  • Git
  • Maven
  • Jenkins
  • Docker
  • Ansible
  • Terrafom
  • AWS
  • SQL

SAGAR5

  • Linux
  • Networking
  • Git
  • Maven
  • Jenkins
  • Docker
  • Ansible
  • Terrafom
  • AWS
  • SQL
Menu
  • Linux
  • Networking
  • Git
  • Maven
  • Jenkins
  • Docker
  • Ansible
  • Terrafom
  • AWS
  • SQL

   Linux    Linux Basics    Linux Package/application unistall

  • Linux File Commands
  • Linux Directories - Read
  • Linux Directories
  • Linux Directories - Listing
  • Linux listing Directory Explanation
  • Linux Users
  • Linux Users - Create/Delete/Modify
  • Linux User File Permissions
  • Linux File and Folder Ownership change
  • Linux Filesystem Hierarchy Standard (FHS)
  • Linux - VI Editor
  • Linux - Archiving
  • Linux I/O Redirection
  • Linux - Networking Commands
  • Linux - man
  • Linux - System Administration Commands
  • Linux - Package/application Installation
  • Linux - Package/application unistall
  • Linux - processes
  • Linux - processes kill
  • Linux - filters
  • Linux - wget(web get)

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

PrevPreviousLinux Package/application install
NextFile and Folder Ownership changeNext
sagarfive

– Short Tutorial Notes

All rights reserved