Find the answer to your Linux question:
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 ...
  1. #1
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575

    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!!

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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

  3. #3
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    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!!

  4. #4
    Linux User peteh's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    337
    Just comment out the appropriate line with #.
    Pete

  5. #5
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by cousinlucky View Post
    So I need to remove them from my sources list.
    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:

    Code:
    sudo gedit /etc/apt/sources.list
    Check the following HowTos for some good tips on using Synaptic and working with Repositories:

    https://help.ubuntu.com/community/SynapticHowto

    https://help.ubuntu.com/community/Repositories/Ubuntu
    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.

  6. #6
    Linux Enthusiast cousinlucky's Avatar
    Join Date
    Dec 2005
    Location
    New York City
    Posts
    575
    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!!

  7. #7
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by cousinlucky View Post
    Thank You Much Ozar!! You have prompted me to create a sudo command file on my desktop!
    If the command above doesn't work, try gksudo instead. I don't usually run any of the *buntu distros, or use sudo, so it's hard for me to remember these things at times.
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...