GettingUbuntu

Differences between revisions 15 and 16
Revision 15 as of 2005-09-08 21:14:35
Size: 3107
Editor: d47-69-170-49
Comment: fix link
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
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
There are several methods of getting Ubuntu, which releases a new version every six months. The current stable version is Ubuntu 5.04 (Hoary Hedgehog), which was released in April 2005. You can get it from the following places: 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:
Line 30: Line 30:
Early in the release cycle, CD images of the development version will not be available. Currently, the Ubuntu 5.10 Breezy Badger "Preview" release is available at [http://us.releases.ubuntu.com/releases/breezy/ Breezy Colony's] area. 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.
Line 37: Line 37:
Use this command to synchronize your ISO with the latest version from http://cdimage.ubuntulinux.org/daily/ 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)
Line 39: Line 39:
rsync -v --progress rsync://cdimage.ubuntulinux.org/cdimage/daily/current/breezy-install-i386.iso breezy-install-i386.iso breezy-install-i386.iso rsync -v --progress rsync://cdimage.ubuntulinux.org/cdimage/daily/current/dapper-install-i386.iso dapper-install-i386.iso dapper-install-i386.iso
Line 46: Line 46:
md5sum breezy-install-i386.iso md5sum dapper-install-i386.iso

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]

  2. Choose you the closest location to you
  3. 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

  4. 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]

  2. Choose you the closest location to you
  3. 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

  4. 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

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

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