I use Ubuntu Precise Pangolin 12.04.
I installed TV Maxe using the commands below:
sudo add-apt-repository ppa:venerix/blug
sudo apt-get update
sudo apt-get install tv-maxe
How do I completely uninstall TV Maxe ?
Thank you.
|
|
Using PPA-Purge
Manual Uninstall Type the following in this order into your terminal:
--> updates the apt-get database
--> removes the package
--> removes leftover packages that were installed as dependecies including config files
--> removes the software repository from the software.sources list
--> updates the apt-get database With both methods there might still be some configuration files left in your home directory. In order to remove them you will have to head to your home directory, hit Edit: As gertvdijk has pointed out, ppa-purge is the better option here because of the external PPA. |
||||
|
|
|
What you want is 'purging' the PPA. See "How to purge a PPA" in this blog article on how to do that. This is generic for reverting upgrades done via a PPA. I recommend doing this over just removing the PPA and removing the packages you think you have installed from it (as per the first part of the answer of @MHC). Here's why:
So, also upgraded dependencies will be reverted to use the 'official' ones again. |
||||
|
|