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)]/ ...
- 07-24-2005 #1Linux 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.
- 07-24-2005 #2Linux 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
- 07-24-2005 #3Linux 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
- 07-24-2005 #4Linux Newbie
- Join Date
- Jul 2005
- Location
- massachusetts, north america
- Posts
- 105
seen it, but for some reason my source list isn't written the same, and i am using 5.04
Originally Posted by soulbrothax831 Signature removed by moderator - please see forum rules or else.
- 07-24-2005 #5Linux Newbie
- Join Date
- Jul 2005
- Location
- massachusetts, north america
- Posts
- 105
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
Originally Posted by alain_ Signature removed by moderator - please see forum rules or else.
- 07-24-2005 #6Linux 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
- 07-24-2005 #7Linux Newbie
- Join Date
- Jul 2005
- Location
- massachusetts, north america
- Posts
- 105
right, still doesn't answer my question, but why would i want to do that?
Originally Posted by soulbrothax831 Signature removed by moderator - please see forum rules or else.
- 07-24-2005 #8Linux 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.


Reply With Quote
