LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-26-2011, 03:35 PM   #1
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Rep: Reputation: 1
Smile A sources.list stable for squeeze. My version: 2.6.32-5-686


I would like to ask for someone to give me a sources.list file example that I could copy paste to mine to have stable updates on my pc...

I am sorry for making such a boring question for you troubleshooters out there but I need help as I was installed a sources.list that is old and I changed everything in the sources.list that said lenny to squeeze.
 
Old 11-26-2011, 04:30 PM   #2
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,883
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Quote:
I changed everything in the sources.list that said lenny to squeeze.
Post what you are using.

And take a look at SourcesList - Debian Wiki - http://wiki.debian.org/SourcesList
 
1 members found this post helpful.
Old 11-26-2011, 06:36 PM   #3
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Through the Debian mirror list, I put together an example using some north american mirrors. Not all will have all five types of mirrors listed in this example, usually by clicking on a link in the Debian mirror list, click "parent directory", many sites will have the different sections on that page, click on the one you want, copy the URL and paste it in your sources list. Go to some of these sites and click on "parent directory" to see an example.
Quote:
deb http://mirrors.bloomu.edu/debian/ stable main contrib non-free

deb http://mirrors.bloomu.edu/debian-security/ stable/updates main contrib non-free


deb http://mirror.rit.edu/debian-multimedia/ stable main non-free


deb http://mirror.its.ac.id/pub/debian-unofficial/ stable main contrib non-free restricted


deb http://mirrors.bloomu.edu/debian-volatile/ stable main contrib non-free restricted
By using stable instead of squeeze, next time testing goes stable, your system will be upgraded.
 
1 members found this post helpful.
Old 11-26-2011, 07:04 PM   #4
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Foxbat1155 View Post
I would like to ask for someone to give me a sources.list file example that I could copy paste to mine to have stable updates on my pc...

I am sorry for making such a boring question for you troubleshooters out there but I need help as I was installed a sources.list that is old and I changed everything in the sources.list that said lenny to squeeze.
Where are you located?

As craigeveil suggested please post your current list so we can see what it's like. If you have just changed lenny to squeeze there shouldn't be to much trouble IF your list was a basic list.

You could also look at this thread to see if it helps.
 
1 members found this post helpful.
Old 11-27-2011, 05:30 PM   #5
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
Smile thankyou

Just to say thankyou to the sirs who have helped me, I will post the sources.list I am using shortly. I am still reading backed up email.
 
Old 11-27-2011, 06:06 PM   #6
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
Smile location and sources.list

I am located in Portugal.

This is my current sources.list:

Code:
#deb cdrom:[Debian GNU/Linux 5.0.4 _Lenny_ - Official amd64 NETINST Binary-1 20100201-16:38]/ lenny main

deb http://ftp.ist.utl.pt/debian/ squeeze main contrib non-free
#deb http://ftp.ist.utl.pt/debian/ testing main contrib non-free
#deb http://ftp.ist.utl.pt/debian/ oldstable main contrib non-free
#deb-src http://ftp.ist.utl.pt/debian/ lenny main

#deb http://darkstar.ist.utl.pt/debian/ oldstable main contrib non-free
deb http://darkstar.ist.utl.pt/debian/ squeeze main contrib non-free
#deb http://darkstar.ist.utl.pt/debian/ testing main contrib non-free
#deb http://darkstar.ist.utl.pt/debian/ unstable main contrib non-free

# for installing more recent testing and unstable packages
deb http://ftp.debian.org/ squeeze main contrib non-free
#deb http://ftp.debian.org/ testing main contrib non-free
#deb http://ftp.debian.org/ unstable main contrib non-free

deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main

deb http://volatile.debian.org/debian-volatile squeeze/volatile main
deb-src http://volatile.debian.org/debian-volatile squeeze/volatile main

#deb http://debian-multimedia.org oldstable main #contrib non-free

deb http://www.lamaresh.net/apt squeeze main #wine repository
deb http://www.pvv.ntnu.no/~knuta/xmms/squeeze ./ #xmms repository
deb-src http://www.pvv.ntnu.no/~knuta/xmms/squeeze ./
Is anything wrong or missing?
 
Old 11-27-2011, 06:14 PM   #7
Amdx2_x64
Member
 
Registered: Jun 2008
Distribution: Left LQ. Mods are too Rude!
Posts: 598

Rep: Reputation: 50
If you want to give this a try. Debian Source List Generator First make a back up of you current /etc/apt/sources.list then give it a try. You can see what different ones you can add or what might interest you. Of course you don't need to add all of them. I used this when I installed Squeeze and I have had no issue with it. Here is my sources.list you can look at as an example.


Quote:
$ cat /etc/apt/sources.list
#############################################################
################### OFFICIAL DEBIAN REPOS ###################
#############################################################

###### Debian Main Repos
deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.us.debian.org/debian/ squeeze main contrib non-free

###### Debian Update Repos
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb http://ftp.us.debian.org/debian/ squeeze-proposed-updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ squeeze-proposed-updates main contrib non-free

##############################################################
##################### UNOFFICIAL REPOS ######################
##############################################################

###### 3rd Party Binary Repos

#### Debian Backports - http://backports.debian.org/
deb http://backports.debian.org/debian-backports squeeze-backports main

#### Debian Multimedia - http://www.debian-multimedia.org/
## Run this command: apt-get update && apt-get install debian-multimedia-keyring && apt-get update
deb http://www.debian-multimedia.org stable main non-free

#### Enlightenment - http://enlightenment.org
## Run this command: wget -q http://packages.enlightenment.org/repo.key -O- | apt-key add -
deb http://packages.enlightenment.org/debian squeeze main extras

#### Opera .deb Repository - http://deb.opera.com/
## Run this command: wget -O - http://deb.opera.com/archive.key | apt-key add -
deb http://deb.opera.com/opera/ squeeze non-free

#### Skype - http://www.skype.com
## Run this command: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key add -
deb http://download.skype.com/linux/repos/debian/ stable non-free

#### Unofficial Maintainer - http://unofficial.debian-maintainers.org/
#### VirtualBox - http://www.virtualbox.org
## Run this command: wget -q http://download.virtualbox.org/virtu...racle_vbox.asc -O- | apt-key add -
deb http://download.virtualbox.org/virtualbox/debian squeeze contrib

#### Wine - http://www.winehq.org/
## Run this command: wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -
deb http://www.lamaresh.net/apt squeeze main
 
1 members found this post helpful.
Old 11-27-2011, 06:18 PM   #8
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
Smile thankyou

I think you Sirs have helped me enough on this issue, I am going to call this thread solved, however I am still not sure what I will do about the updates. Thankyou.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Sources.list for Debian Lenny Stable codeman1234 Linux - General 15 06-05-2010 09:00 PM
Configure sources.list for Debian squeeze weekly update. werepacman Linux - Newbie 2 07-07-2009 10:29 AM
upgrade the kernel from 2.6.8-2-686 to 2.6.18-4-686 on etch stable cccc Debian 3 06-17-2009 07:39 AM
sources.list already has etch, change to stable now? gctaylor1 Debian 6 04-12-2007 09:37 AM
/etc/sources.list: which repositories to include when running non-stable? binister Debian 5 08-31-2006 01:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 06:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration