Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Wheezy sources.list

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
hotkee
Posts: 99
Joined: 2011-03-29 09:53

Wheezy sources.list

#1 Post by hotkee »

Hi
I installed Debian Squeeze and wanted to use Wheezy. So I have edited the sources.list and am performing updates.
I commented out 6 lines for Squeeze and added in 4 so the sources.list looks like this

Code: Select all

#deb http://ftp.uk.debian.org/debian/ squeeze main
#deb-src http://ftp.uk.debian.org/debian/ squeeze main

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

#deb http://ftp.uk.debian.org/debian/ squeeze-updates main
#deb-src http://ftp.uk.debian.org/debian/ squeeze-updates main
#############################################################
deb http://ftp.uk.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
Is this correct, does there need to be two more lines for "wheezy-updates" to replace the "squeezy-updates" ?

User avatar
ryanklee
Posts: 26
Joined: 2011-03-22 13:41

Re: Wheezy sources.list

#2 Post by ryanklee »

That looks fine. Though if I'm not mistaken security is superfluous though won't cause any problems if you leave it in.

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: Wheezy sources.list

#3 Post by craigevil »

The security line really isn't needed.

Code: Select all

##################
## Debian Testing ##
##################
# Testing 
#deb http://ftp.debian.org/debian/ testing main contrib non-free
#deb-src http://ftp.debian.org/debian/ testing main contrib non-free

# Testing Security  http://secure-testing-master.debian.net/
#deb http://security.debian.org wheezy/updates main contrib non-free
#deb-src http://security.debian.org wheezy/updates main contrib non-free

#Testing Proposed Updates
#deb http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
#deb-src http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free 
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

Post Reply