remove medibuntu

Asked by jojogabriel

How can I undo these?

sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

Question information

Language:
English Edit question
Status:
Solved
For:
Medibuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Maxence DUNNEWIND (maxenced) said :
#1

For the first part, just remove /etc/apt/sources.list.d/medibuntu.list

You don't need to rmeove the key, but if you want do that, i think a command like 'sudo gpg --delete-key 0C5A2783' should works

Maxence

Revision history for this message
Lionel Le Folgoc (mrpouit) said :
#2

To remove the key from apt keyring, the correct command is: `sudo apt-key del 0C5A2783'

And then run `sudo apt-get update'.

Revision history for this message
Lionel Le Folgoc (mrpouit) said :
#3

No more input, let's say it's solved.