A Brief But Accurate Documentation, BSD Linux And Programming

 Docker

Wednesday, January 11, 2023

Remove PPA Ubuntu

 First method is can be achieved through terminal with the following command bellow

  sudo add-apt-repository --remove ppa:name/here

Another method will have to remove with the installed package from its repository

first have to install the package:

sudo apt install ppa-purge

and then remove the ppa that we intend to remove:

 sudo ppa-purge ppa:name/here

This will be removed the following packages that belong to the ppa

No comments:

Post a Comment

Back to top