How to remove badgerports

Asked by John Rose

I added Badgerports to my Software Sources as a result of someone suggesting it. However, I no longer want it. I note that I can use ppa-purge to remove a ppa & its installed packages. What do I do to remove Badgerports & its installed packages (reverting to standard Ubuntu Precise ones where applicable)?

PS How do I create a Launcher for Software Sources in the Unity Dash?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

grep -R -i badg /etc/apt/*

Thanks

Revision history for this message
John Rose (johnaaronrose) said :
#2

john@JohnDesktop:~$ grep -R -i badg /etc/apt/*
/etc/apt/sources.list:# deb http://badgerports.org precise main
/etc/apt/sources.list.save:deb http://badgerports.org precise main
grep: /etc/apt/trustdb.gpg: Permission denied
john@JohnDesktop:~$

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

gksudo gedit /etc/apt/sources.list

Remove the line you added. Save the new file and close gedit and run:

sudo apt-get update

It is no longer a source of packages

Revision history for this message
John Rose (johnaaronrose) said :
#4

Thanks actionparsnip, that solved my question.