Skip to content

Instantly share code, notes, and snippets.

@sefatanam
Last active February 16, 2024 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sefatanam/4bb3e78575d52ab4a792516fb5659280 to your computer and use it in GitHub Desktop.
Save sefatanam/4bb3e78575d52ab4a792516fb5659280 to your computer and use it in GitHub Desktop.
remove app from ubuntu

Find installed application initial name by

  • snap list
  • dpkg --list
  • apt list --installed

If the installation medium is,

  • dpkg - sudo apt purge APP_INITIAL
  • snap - snap remove APP_INITIAL
  • flatpak - flatpak --system uninstall APP_PACKAGE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment