GettingUbuntu

Differences between revisions 16 and 30 (spanning 14 versions)
Revision 16 as of 2006-01-05 15:31:23
Size: 3152
Editor: 200-203-038-128
Comment: replaced breezy with dapper & hoary with breezy
Revision 30 as of 2008-08-06 16:22:23
Size: 57
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Other Languages: ComoObtenerUbuntu'''

There are several methods of getting Ubuntu, which releases a new version every six months. The current stable version is Ubuntu 5.10 (Breezy Badger), which was released in October 2005. You can get it from the following places:

=== Download the Installation CD ===

 1. Go to the [http://www.ubuntulinux.org/download/ official download page]
 1. Choose you the closest location to you
 1. Most users should download the '''Intel x86 install CD''
  * If you have an Apple computer, get the '''PowerPC install CD'''
  * If you have a 64 bit system, you need '''AMD64 install CD'''
 1. Burn the CD on to a disc. See BurningIsoHowto if you don't know how. You might also want to [VerifyIsoHowto to check that it downloaded correctly]

=== Download the Live CD ===
 1. Go to the [http://www.ubuntulinux.org/download/ official download page]
 1. Choose you the closest location to you
 1. Most users should download '''Intel x86 live CD'''
  * If you have an Apple computer, get the '''PowerPC live CD'''
  * If you have a 64 bit system, you need '''AMD64 live CD'''
 1. Burn the CD on to a disc. See BurningIsoHowto if you don't know how. You might also want to [VerifyIsoHowto to check that it downloaded correctly]

=== Order a CD from Shipit ===

 * [http://shipit.ubuntu.com/ Shipit] will ship free CDs to anywhere in the world. This service takes time, so be patient.

== Development versions ==

As the next Ubuntu release draws closer, versions of it will be released on CD. If you are interested in helping test the release and in reporting or fixing bugs in it, you might wish to install the development release. Note that the development release, especially in the early stages of the cycle when the release is still months away, may be very unstable indeed. If you want to have a stable supported Ubuntu version installed see the stable release information above.

Early in the release cycle, CD images of the development version will not be available. Currently, the Ubuntu 6.04 Dapper Drake "Flight 2" release is available at [http://cdimage.ubuntulinux.org/daily/current/ Dapper Flight's] area.

To download daily CD images using jigdo ("Jigsaw Download"), see the JigdoDownloadHowto.

== Rsync to get the latest ISO ==
To get always the latest daily ISO, it will take you everytime 600MB of a download. When you once have the image, rsync just downloads the part which is different between your ISO and the one from the net.

Use this command to synchronize your ISO with the latest version from http://cdimage.ubuntulinux.org/daily/ (don't forget to replace i386 with your CPU)
{{{
rsync -v --progress rsync://cdimage.ubuntulinux.org/cdimage/daily/current/dapper-install-i386.iso dapper-install-i386.iso dapper-install-i386.iso
}}}

Now check the MD5SUM before burn it:
{{{
wget http://cdimage.ubuntulinux.org/daily/current/MD5SUMS
cat MD5SUMS
md5sum dapper-install-i386.iso
}}}

Credits for rsync method: [http://www.kagou.org/dotclear/index.php?2005/08/12/120-utiliser-rsync-pour-recuperer-une-iso Kagou's Blog]

----
CategoryDocumentation
#REFRESH 0 http://help.ubuntu.com/community/GettingUbuntu

GettingUbuntu (last edited 2008-08-06 16:22:23 by localhost)