Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Created December 2, 2019 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UbuntuEvangelist/f2ef6a66ca0b97a6bd3bb755d4d78396 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/f2ef6a66ca0b97a6bd3bb755d4d78396 to your computer and use it in GitHub Desktop.
Delete PPA in Ubuntu
# E: The repository 'http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease' is not signed.
sudo ls /etc/apt/sources.list.d
sudo rm -i /etc/apt/sources.list.d/PPA_Name.list
#--------------------------Alternative------------------------------
sudo apt-get install ppa-purge
sudo ppa-purge ppa-url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment