LinuxQuestions.org
Review your favorite Linux distribution.
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-21-2011, 02:26 PM   #1
Faithfully10
Member
 
Registered: May 2011
Distribution: Debian 6.0.1a LXDE
Posts: 35

Rep: Reputation: Disabled
Updating Debian


I am new to the whole linux thing so please bear with me. I have debain 2.6.21.4. How would I get the latest free debian and is there a step by step instruction on how to install?

Thanks.

Pam
 
Old 05-21-2011, 02:47 PM   #2
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Hi Pam. Debian is available here: http://www.debian.org/distrib/

And the installation manual is here: http://www.debian.org/releases/stable/installmanual
 
Old 05-21-2011, 03:00 PM   #3
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
And if you do not know if you are on a 32 or a 64bit system just go with the 32 as it will work on both.
 
Old 05-21-2011, 03:20 PM   #4
Faithfully10
Member
 
Registered: May 2011
Distribution: Debian 6.0.1a LXDE
Posts: 35

Original Poster
Rep: Reputation: Disabled
I have a headache now. Looks too difficult. Is there an easy way to update my version to 6.0?
 
Old 05-21-2011, 03:25 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I know from your other thread that you are using Xandros. The latest release of Xandros was based on Debian 4.0 (Etch). Debian doesn't support updates over two versions, so you would have to update to 5.0 (Lenny) first, and the from 5.0 to 6.0 (Squeeze). It would be much easier to just make a fresh install of 6.0.
 
Old 05-21-2011, 03:32 PM   #6
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
I made a few screenshots of a (very easy) installation. It can't replace the full installation documentation already linked to, but might give you a first overview:
http://www.debianuserforums.org/viewtopic.php?f=9&t=105

I don't think doing a fresh installation is more easy or better per se. I would try to upgrade first of all. If that fails you still can install. Debian upgrades from one version to another are known for being rather flawless (compared with other distros).

Last edited by j1alu; 05-21-2011 at 03:33 PM.
 
Old 05-21-2011, 03:57 PM   #7
Faithfully10
Member
 
Registered: May 2011
Distribution: Debian 6.0.1a LXDE
Posts: 35

Original Poster
Rep: Reputation: Disabled
Tobi - I do not have a cd, so how do I update to Lenny? Sorry but I am so confused.

Thank you so much for trying to help me out.

Pam
 
Old 05-21-2011, 04:10 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Haven't used Debian for a while, I think j1alu would be the better person to talk with regarding Debian upgrades, especially since I never used Etch and so don't have any experience with upgrading to Lenny.
 
Old 05-21-2011, 04:18 PM   #9
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Open your terminal and as root;
Code:
gedit /etc/apt/sources.list
You can copy/paste that command.

This will open your sources list. You need to edit every instance of "etch" to read "lenny".

Save the file.

Then run;
Code:
aptitude update
Then;
Code:
aptitude safe-upgrade
Then;
Code:
aptitude full-upgrade
You could jump straight to the full-upgrade skipping the safe-upgrade, I am just cautious.

When you get that upgrade run and have made sure things work I would reopen your sources.list and just change all instances of "lenny" to "stable" and do it all again.

Using "stable" instead of squeeze means that it will automatically jump you from Squeeze (current stable) to Wheezy (next stable) when it becomes stable (it is now testing).

If you do not like that idea just use "squeeze" in place of "lenny".
 
Old 05-21-2011, 04:33 PM   #10
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Are you an Asus EEE PC user, Pam?

If so, you may find this link useful: http://wiki.debian.org/DebianEeePC
 
Old 05-22-2011, 03:49 AM   #11
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
I seldom read release notes (which is bad, but i am honest), but do it like:
a)make sure the old release is fully up to date (upgrade and dist-upgrade)
b) change the sources list and update
c) install apt and dpkg
d) do it like snowpine said

Etch should be available like here:
http://superuser.com/questions/16440...-etch-packages

run (i use apt-get, aptitude is fine, but i am not that sure about its syntax):
apt-get update
apt-get upgrade
apt-get dist-upgrade

go on like described by snowpine, but install "dpkg and apt" before running the upgrade
(i often forget that, and it usually works too, but it is recommended. I think).
While you do so you might want to check for newer kernels and install them too (apt-cache search linux-image...).
there are also the release notes, like said, but it is quite a read. In that case i for one would prefer the re-installation (as i am too lazy).

You might want to post your sources.list first of all
 
Old 05-22-2011, 07:38 AM   #12
Faithfully10
Member
 
Registered: May 2011
Distribution: Debian 6.0.1a LXDE
Posts: 35

Original Poster
Rep: Reputation: Disabled
I'm burning the dvd's from http://www.linuxcd.org/view_item.php?id_version=5247 and will attempt to install with an external cd rom.
 
Old 05-22-2011, 07:46 AM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You only need the first one.
 
Old 05-22-2011, 11:52 AM   #14
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
@j1alu
I prefer apt-get to aptitude too. The recommended way to upgrade Debian has always been to use aptitude. That just changed with the upgrade from Lenny to Squeeze.

Ubuntu folks through a fit if you suggest upgrading using anything but Update Mangler. I have always used apt-get to upgrade from version to version there too. Have no idea what their problem with that is. I think it is just that they recommend UM and therefore you should do it that way.

If you are like me and have never had your skirt blown up particularly by aptitude you should take a close look at the man page some time. It does have some features that are very handy to know about. I am studying it quite hard right now for those features and what they do (and what they can break). The keep-all command is my current favorite.
 
Old 05-22-2011, 03:43 PM   #15
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
aptitude is on my (never-ending) list.
I mention it cause i don't want to give the impression i use apt-get for a reason. Its simply that i know it.
Otoh i ain't got much problems with the package-management, so my energy to start with aptitude is rather low.
I know exactly one aptitude command for sure: "aptitude purge ~c"
(it removes some left-overs, not sure what exactly). Ah, wait: "aptitude why package-name" i know too.
In case you don't know the following link (i made it a bookmark as part of my plan to look into aptitude):
http://algebraicthunk.net/~dburrows/...h02s03s05.html
perhaps you will like it.
 
  


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
Debian not updating Joe of Loath Linux - Software 13 06-27-2010 12:55 PM
updating debian RexCoeus Debian 7 04-12-2008 11:14 AM
Updating Debian Etch to Debian Lenny bartock Debian 4 02-09-2008 08:15 AM
Updating Grub - Debian ghughes20 Linux - Newbie 3 10-25-2005 10:36 AM
Debian Menus not updating reyemarr Debian 0 03-22-2004 06:27 AM

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

All times are GMT -5. The time now is 07:59 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