Find the answer to your Linux question:
Results 1 to 8 of 8
eh, what do i need to edit or change to make it so i get everything i need and whatnot. Code: deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ ...
  1. #1
    Linux Newbie
    Join Date
    Jul 2005
    Location
    massachusetts, north america
    Posts
    105

    Repositories and what to do in this source list



    eh, what do i need to edit or change to make it so i get everything i need and whatnot.

    Code:
    deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted
    
    
    deb http://us.archive.ubuntu.com/ubuntu hoary main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
    
    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    # deb http://us.archive.ubuntu.com/ubuntu hoary universe
    # deb-src http://us.archive.ubuntu.com/ubuntu hoary universe
    
    deb http://security.ubuntu.com/ubuntu hoary-security main restricted
    deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted
    
    # deb http://security.ubuntu.com/ubuntu hoary-security universe
    # deb-src http://security.ubuntu.com/ubuntu hoary-security universe
    Signature removed by moderator - please see forum rules or else.

  2. #2
    Linux User
    Join Date
    Mar 2005
    Location
    CA
    Posts
    352
    Not sure if you've already checked this out or not, but here's the link anyway: http://www.ubuntuguide.org/#extrarepositories

  3. #3
    Linux Newbie
    Join Date
    Jul 2005
    Location
    ~/home
    Posts
    105
    uncomment *all* deb **** entry's and remove the first line (with cdrom)
    then:
    apt-get update
    done
    Help me getting a Opera licence
    Beginning with debian? -> read THIS!

  4. #4
    Linux Newbie
    Join Date
    Jul 2005
    Location
    massachusetts, north america
    Posts
    105
    Quote Originally Posted by soulbrothax831
    Not sure if you've already checked this out or not, but here's the link anyway: http://www.ubuntuguide.org/#extrarepositories
    seen it, but for some reason my source list isn't written the same, and i am using 5.04
    Signature removed by moderator - please see forum rules or else.

  5. #5
    Linux Newbie
    Join Date
    Jul 2005
    Location
    massachusetts, north america
    Posts
    105
    Quote Originally Posted by alain_
    uncomment *all* deb **** entry's and remove the first line (with cdrom)
    then:
    apt-get update
    done
    before i mess it up and ruin everything, could you copy what i pasted from my source list and just edit it out the way it's supposed to be and then post it here so i can just put it in, most people just think i have the same exact source list as the one posted on the ubuntuguide site, strangly mine is written differently
    Signature removed by moderator - please see forum rules or else.

  6. #6
    Linux User
    Join Date
    Mar 2005
    Location
    CA
    Posts
    352
    If you wanted to keep a backup of your old sources.list list you can just do:

    Code:
    sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup

  7. #7
    Linux Newbie
    Join Date
    Jul 2005
    Location
    massachusetts, north america
    Posts
    105
    Quote Originally Posted by soulbrothax831
    If you wanted to keep a backup of your old sources.list list you can just do:

    Code:
    sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
    right, still doesn't answer my question, but why would i want to do that?
    Signature removed by moderator - please see forum rules or else.

  8. #8
    Linux User
    Join Date
    Mar 2005
    Location
    CA
    Posts
    352
    Just to be able to replace the new sources.list if there was a mistake or something. I'd say just copy and paste the "revised" souces.list from the ubuntuguide site to your souces.list. I don't really see any harm by doing so (anyone feel free to correct me if I'm wrong). But if you're not feeling that brave, you can try out what alain said by uncommenting all the deb entries by removing the "#" and also remove the first line.

Posting Permissions

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