remove elegant gnome
i installed elegant gnome but i uninstalled it afterwards . . . but elegant gnome package is still in ubuntu package . . . whenever i do update manager . . . i got this error . . .
W:Failed to fetch http://
, W:Failed to fetch http://
, E:Some index files failed to download, they have been ignored, or old ones used instead.
i'm using ubuntu 10.10
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu apt Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Ricardo A. Hermosilla Carrillo
- Solved:
- 2010-11-17
- Last query:
- 2010-11-17
- Last reply:
- 2010-11-17
You should delete the PPA added to the sources list.
Try this on a terminal:
~$ sudo add-apt-repository --remove ppa:elegant-
~$ sudo apt-get update
nathan (jonathan-envase) said : | #2 |
thanks for prompt response but i still get the error whenever i do update manager
~$ sudo nano /etc/apt/
Do this and try to find the line with something like
deb http://
Delete the line, save the file and close the editor, then update
nathan (jonathan-envase) said : | #4 |
i cant seem to find the line you are referring to . . . is there a command that will automatically delete that line?
You have an error in the repository: Instead of saying "elegant-gnome" it says "elegant-genome ", so you can solve the error typing:
~$ sudo add-apt-repository ppa:elegant-
and if it not solved, you can go to Software Sources in System → Administration, then Other Software, and there find the line http://
nathan (jonathan-envase) said : | #6 |
thanks!
nathan (jonathan-envase) said : | #7 |
Thanks Ricardo A. Hermosilla Carrillo, that solved my question.
Ok, no problem
Best regards,
Ricardo