Removing a PPA from commandline 21/06/2015 njalk Linux, Ubuntu 2 First, list all the PPA’s to find the one you want to remove sudo ls /etc/apt/sources.list.d 1 sudo ls /etc/apt/sources.list.d Then to remove sudo rm -i /etc/apt/sources.list.d/ppaname.list 1 sudo rm -i /etc/apt/sources.list.d/ppaname.list Share this:Click to share on Facebook (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on Reddit (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Pinterest (Opens in new window)Click to share on Tumblr (Opens in new window)Click to email this to a friend (Opens in new window) Related lspparmubuntu
Ok so I finally figured out the correct way to purge a package and any packages that were installed with it. I used to use: sudo apt-get autoremove –purge the problem here is that it doesnt remove everything. The most thorough method I have found so far is to simply do the following: sudo apt-get purge Reply
Also look here http://askubuntu.com/a/310
Ok so I finally figured out the correct way to purge a package and any packages that were installed with it. I used to use:
sudo apt-get autoremove –purge
the problem here is that it doesnt remove everything.
The most thorough method I have found so far is to simply do the following:
sudo apt-get purge