Results 1 to 7 of 7
I recently downloaded some browsers using the synaptic package manager and after taking a look at them I used synaptic to remove them.
However when I ran an update I ...
- 02-17-2010 #1
How do I remove listings from my 8.04 sources list?
I recently downloaded some browsers using the synaptic package manager and after taking a look at them I used synaptic to remove them.
However when I ran an update I found that these browsers were still on my sources list and I could not update correctly. So I need to remove them from my sources list.Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 02-17-2010 #2
If you can post any specific error messages that would be good. I'm not entirely clear what you mean by the browsers being in your sources.list. That file contains the URLs for the online repositories the package manager looks for and downloads from.
Post the output of
Code:cat /etc/apt/sources.list
- 02-17-2010 #3
Thank You Reed 9!! Here is what you requested!
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb Index of /ubuntu hardy partner
deb-src Index of /ubuntu hardy partner
deb Index of /ubuntu hardy-security main restricted
deb-src Index of /ubuntu hardy-security main restricted
deb Index of /ubuntu hardy-security universe
deb-src Index of /ubuntu hardy-security universe
deb Index of /ubuntu hardy-security multiverse
deb-src Index of /ubuntu hardy-security multiverse
deb Wicd APT Repository hardy extras
deb Index of /chromium-daily/ppa/ubuntu hardy main
deb-src Index of /chromium-daily/ppa/ubuntu hardy main
deb Index of /ubuntu hardy-proposed restricted main multiverse universe
deb Index of /builds/debian unstable non-free
cousinlucky@cousinlucky-desktop:~$
I needed to get rid of the swiftfox and chromium sources which I did by using nautilus to go into etc/apt/sources.list and deleting them and then saving the file.
I am going to run an update now to see if it functions properly. Thanks reed9!!Last edited by cousinlucky; 02-17-2010 at 10:14 PM.
Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 02-18-2010 #4
Just comment out the appropriate line with #.
Pete
- 02-19-2010 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
You should be able to update your sources list from within the Synaptic application itself, or you can edit the sources.list file manually with your favorite text editor using a command such as the following:
Check the following HowTos for some good tips on using Synaptic and working with Repositories:Code:sudo gedit /etc/apt/sources.list
https://help.ubuntu.com/community/SynapticHowto
https://help.ubuntu.com/community/Repositories/Ubuntuoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-19-2010 #6
Thank You Much Ozar!! You have prompted me to create a sudo command file on my desktop!
Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 02-19-2010 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
