Skip to content

Instantly share code, notes, and snippets.

@akramhossainrabbi
Last active November 22, 2023 07:34
Show Gist options
  • Select an option

  • Save akramhossainrabbi/43931c6168377ed3f3ffc619cdf65208 to your computer and use it in GitHub Desktop.

Select an option

Save akramhossainrabbi/43931c6168377ed3f3ffc619cdf65208 to your computer and use it in GitHub Desktop.
Remove Package/Application from ubantu permanently

Remove Package/Application from ubantu permanently

sudo apt-get remove name
sudo apt-get purge name
sudo apt-get autoclean
sudo apt-get autoremove
sudo apt update
sudo apt list --upgradable
sudo apt upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment