Page 1 of 1

Uninstall your repository

Posted: 02 Oct 2009, 10:01
by Nigais
Hi,

I would like uninstall your repository but i don't know how to make.

Can you help me ?

Thanks ;)

Re: Uninstall your repository

Posted: 02 Oct 2009, 10:46
by voria
Use this script.
It will revert all packages updated from my repository to the latest official version from ubuntu repositories.
Packages which don't exist on official ubuntu repositories (for instance, nc10-scripts) will be completely removed.

Make sure to disable my repository and update indexes (sudo apt-get update) prior to run the script.

Re: Uninstall your repository

Posted: 02 Oct 2009, 18:29
by Nigais
Thanks a lot ;)

Re: Uninstall your repository

Posted: 28 May 2010, 19:13
by alexj
How do I uninstall your repository in 10.04/Lucid?

Re: Uninstall your repository

Posted: 28 May 2010, 19:50
by cragg.
Don't you like the Samsung-Tools any more?^^

Re: Uninstall your repository

Posted: 29 May 2010, 13:12
by voria
alexj wrote:How do I uninstall your repository in 10.04/Lucid?
You can use the utility 'ppa-purge' from the GetDeb.net repositories (at the moment the site and its repositories are down, I think for mantainance).

Once you have installed the utility, use this command from a terminal:

Code: Select all

sudo ppa-purge ppa:voria/ppa
The repository will be disabled and all the packages installed from it will be reverted to the official versions from the ubuntu repositories.