LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 05-03-2006, 09:27 PM   #1
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Rep: Reputation: 15
How to upgrade stable debian.


Hi I am using debian stable, and I was just wondering how would you update it to 2.6??? I have seen alot of unstable debian upgrades but none for stable debian.
 
Old 05-03-2006, 09:47 PM   #2
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
www.backports.org
 
Old 05-03-2006, 10:12 PM   #3
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Original Poster
Rep: Reputation: 15
What is the deference between stable debian and unstable debian?
 
Old 05-03-2006, 11:02 PM   #4
lavluda
Member
 
Registered: Jan 2006
Location: Dhaka, Bangladesh
Distribution: Debian sid, Suse 9.3 pro, Mandrake 10.0, Redhat 7-9, FC-2,3, Gentoo 2006,2006.1
Posts: 89
Blog Entries: 2

Rep: Reputation: 15
Quote:
Originally Posted by DeltaFeegamma
What is the deference between stable debian and unstable debian?
Check the link
http://www.us.debian.org/releases/
 
Old 05-03-2006, 11:40 PM   #5
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Basically, Stable is very stable, never gets new packages (only security updates) and generally has older packages than other distros. This is OK, because it is generally intended for "Mission Critical" type computers. The current stable release is V3.1, called Sarge.

Testing is less stable than stable, but contains newer packages. It can have conflicts between packages, but is OK for most uses. Testing will eventually become Stable when it is ready. The current Testing is called Etch.

Unstable is for people who like cutting edge packages. It can have major problems, and is called Sid.

If you just want a 2.6 kernel, Debian Sarge comes with Kernel 2.6.8, and you can install it using
Code:
apt-get install kernel-image-2.6.8-2-386
.

If you want to upgrade Sarge to Etch, simply edit /etc/apt/sources.list and change where it says stable to testing. Then run "apt-get update" and "apt-get dist-updgrade". Make sure that you back up any important config file, because the upgrade can damage things sometimes.

If you just want certain packages from testing, check out backports.

I hope this helps
--Ian
 
Old 05-03-2006, 11:52 PM   #6
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Quote:
simply edit /etc/apt/sources.list and change where it says stable to testing.
I don't think I would do that right now unless you kind of know what you're doing. The conversion from xfree to xorg is very likely to break things. Probably one of the biggest things that need attention b4 Etch can become Stable.

If you want to upgrade to Etch (a good idea), I would back up your home directory, and do a fresh netinstal of Etch, then move whatever files you need into the new system.
 
Old 05-04-2006, 12:04 AM   #7
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Original Poster
Rep: Reputation: 15
in netinstal how do I change from to Etch? because I like have no files I wish to save.
 
Old 05-04-2006, 12:30 AM   #8
Maritime
Member
 
Registered: May 2006
Location: Southern California
Distribution: Debian 3.1 (Server only)
Posts: 36

Rep: Reputation: 15
Actually, Debian Etch is on its own CD. It's not final yet, but the daily build is available here: cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso

I find it much better to use on a desktop, and it seems pretty stable so far.

Editing your sources.list will just give you access to testing packages on a stable distribution. I don't think they are the same thing, but I could be wrong.
 
Old 05-04-2006, 05:50 AM   #9
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
Quote:
I like have no files I wish to save.
Like, get the correct netinstal .iso for your hardware here. Put the image on a cd, and just overwrite your old system. You need a broadband connection.
 
Old 05-05-2006, 12:05 PM   #10
DeltaFeegamma
Member
 
Registered: Feb 2006
Posts: 57

Original Poster
Rep: Reputation: 15
okay, I did that and now I am using etch, the only problem is I don't know how to get get my sound blaster live working again.
 
Old 05-05-2006, 02:16 PM   #11
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
# apt-get install alsa-base alsa-utils
# alsaconf
 
  


Reply



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
upgrade to kde 3.4 stable? powerlifter450 SUSE / openSUSE 15 03-06-2005 03:23 AM
Debian stable or non stable 1702fp Debian 19 02-24-2005 04:54 AM
how can i upgrade my squid 2.5 stable 1 to stable 3 in RH9? debloxie Linux - Networking 0 05-12-2004 08:49 PM
how can i upgrade my squid 2.5 stable 1 to stable 3 in RH9? debloxie Linux - Networking 0 05-12-2004 11:25 AM
Debian: how do i upgrade from stable to testing? LostAndStubborn Linux - Newbie 3 04-24-2004 01:48 PM

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

All times are GMT -5. The time now is 08:45 AM.

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