From Fedora Project Wiki
m (Small typo)
(clearer link names)
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= Downloading Fedora =
{{autolang|base=yes}}


This page describes the steps you need to follow to download and install Fedora.
==Get Fedora==


{{Admon/caution | Please read through our [[Distribution/Download/ExportRegulations|  export regulations]]  and the following instructions before you begin downloading.}}
You can [http://fedoraproject.org/en/get-fedora download Fedora here]


{|
==Other options==
|- style="color: white; background-color: #3074c2; font-weight: bold"
| colspan="5" |Quick Links
|- style="font-weight: bold"
| [http://torrent.fedoraproject.org/ Torrent (preferred)]  || [http://mirrors.fedoraproject.org/publiclist Mirrors]  || [ftp://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/i386/iso i386 ISOs]  || [ftp://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/x86_64/iso x86_64 ISOs]  || [ftp://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/ppc/iso PPC ISOs]
|}


{{Anchor|Understand}}
There are multiple desktops available for use with Fedora. Each has a slightly different look and feel and offers varying levels of customization. Visit [http://fedoraproject.org/en/get-fedora-options#desktops Fedora Desktops] to know more.
== Understanding What You Are Doing ==


You are downloading an entire operating system (including software applications), and in most cases, you are then going to install the operating system on your computer. If you already have another operating system on your computer, it may be overwritten during the installation process. See the next section for more on this.
Fedora spins are alternate versions of Fedora, tailored for various types of users via hand-picked application sets and other customizations. Visit [http://fedoraproject.org/en/get-fedora-options#spins Fedora Spins] to know more.


If you are connected to the Internet via a slow connection, like a dial-up modem, then downloading Fedora will be an extremely time-consuming process. The time it takes to download the installation files for Fedora depends greatly upon your connection speed to the Internet. For example, if you are downloading the installation disk images (called ISOs), then each image file will weigh in at just under 650 MB. This means that with a 56K modem connection it will take approximately 27 hours to complete the download of just one disk, and most installations require more than one.
Visit [http://fedoraproject.org/en/get-fedora-all Fedora All] to view all download options in one page.


{{ Admon/note |  For other ways to get and install Fedora, look at the options on the [[Distribution]]  page.}}
==Installation Guide==


== Make Room on Your System ==
{{admon/note | Please refer to [http://docs.fedoraproject.org/en-US/Fedora/14/html/Installation_Guide/index.html Fedora Installation Guide] for getting help on the process of installing Fedora.}}
 
If you intend to transform your existing single-boot system into a dual-boot system, you need to make room for Fedora. You can do this by adding a new hard drive or by modifying the existing partitions on the hard drive already in the system.
 
Refer to [http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/install-guide/ch-x86-dualboot.html Configuring a Dual-Boot System]  (Red Hat Linux 9 Getting Started Guide) for more detailed instructions.
 
== Fedora 9 Release Summary ==
 
* [[Releases/9/ReleaseSummary]]
 
== Download the Files You Need ==
 
To install Fedora, download the ISO installation images of either the DVD or Live images, even if you are planning to perform installation directly from a hard disk using the ''Hard drive'' installation method.
 
{{Anchor|FAQ}}
=== Download FAQ ===
 
* [http://docs.fedoraproject.org/install-guide/f9/en_US/sn-which-files.html Which Files Do I Download?]
* [http://docs.fedoraproject.org/install-guide/f9/en_US/sn-which-arch.html Which Architecture Is My Computer?]
 
=== Downloading the ISO Images ===
 
==== Download Locations ====
 
[[/BitTorrent|  BitTorrent]]  is the recommended method of download Fedora ISO images.  You can go straight to our [http://torrent.fedoraproject.org/ Bittorrent Tracker] .
 
For the best possible service, please consider downloading using [[/BitTorrent|  BitTorrent]]  or one of our [http://mirrors.fedoraproject.org/publiclist Mirrors] .
 
The ISO images are located at the following URLs:
 
; i386 (32-bit AMD, Intel Pentium, Intel Core Duo)
: ftp://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/i386/iso/
; x86_64 (64-bit AMD64, EM64T, Intel Xeon, Intel Core 2 Duo)
: ftp://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/x86_64/iso/
; PowerPC (32-bit and 64-bit classic Mac, 64-bit pSeries)
: ftp://download.fedora.redhat.com/pub/fedora/linux/releases/9/Fedora/ppc/iso/
 
{{Anchor|Live}}
==== Installable Live Images ====
 
{{Admon/note | It is recommended to use Live images to install on a system with a CD-ROM only. It is also possible to use a boot.iso, a rescue.iso (which fit on a CD) or a boot.img that fits on a USB, zip or super disk, and can be used to start a network or a harddrive install.}}
 
{{Anchor|Regular}}
==== Regular Installation Images ====
 
The regular installation images are DVD size and is a good upgrade from previous users of Fedora releases.
 
{{ Admon/important | If you are using HTTP or FTP to download, some download clients (and file systems) cannot handle the DVD image because it is larger than 2 GiB.  Please refer to the documentation of your download client and operating system for details.}}
 
==== Notes ====
ISO images containing the source RPMs (SRPMs) are also located in the same directory as the ISO images containing the binaries; however, they are not required to install Fedora.
 
=== Validating the ISO images ===
 
Detailed instructions are available at http://fedoraproject.org/en/verify
 
== Mounting ISO Images ==
 
If you are already running Linux, you can save an ISO image to a directory on your machine or another machine on the network. You may then mount the ISO image to look at or copy files. To mount an ISO image, use the following command:
 
<pre>
su -c 'mount -o loop -t iso9660 <isofilename> <mountpoint>'
</pre>
 
In the above command replace <code><isofilename></code> and <code><mountpoint></code> with the correct file name and mount point respectively. The directory given as the mount point must exist.
 
== Write the Files to Media ==
 
{{Admon/warning | ISO images are not written to CDs/DVDs the same way as other files.}}
 
If you are already running Fedora refer to [http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/getting-started-guide/s1-disks-cdrw.html CD-Rs and CD-RWs] (Red Hat Linux 9 Getting Started Guide) for instructions on using <code>cdrecord</code> to burn the ISOs to CD.  If you are using another operating system, refer to the documentation for your burning software.
 
Be sure to label the DVDs/CDs after burning them.
 
== Boot From the DVD or CD and Run the Installation Program ==
 
You will have to make sure that your computer can boot from the DVD or first CD.  Refer to your system's documentation for details.  On PCs, this usually involves BIOS settings.  On Mac systems, this is usually accomplished by holding down the <code>C</code> key while the system starts. Some newer systems allow booting a single time from the optical drive by pressing a special key as the system starts.
 
The ISOs have a checksum embedded in them. It is strongly recommended you verify the checksum on any Fedora CDs or DVD you create. This will ensure that the disk was burned correctly and prevent installation failures related to bad media. To test the checksum integrity of the DVD/CDs, boot off the DVD or first CD, and type the following command at the <code>boot:</code> prompt:
 
<pre>
linux mediacheck
</pre>
 
The mediacheck operation can be performed on CD's in any order.
 
To start the installation program, boot from the DVD, the first CD, or the boot CD made from the <code>boot.iso</code> image and follow the on-screen instructions.
 
== Check for Updates ==
 
The Fedora Project frequently releases updates to Fedora.  Many of these are simple fixes for common bugs, others are security updates.  Installing these updates on your system will help keep it as reliable and as secure as possible.
 
You can use <code>yum</code> to update your system with the latest packages released for Fedora.  For more information, see the guide: [http://docs.fedoraproject.org/yum/ Managing Software with yum] .
 
=== Update Notification ===
 
Fedora includes <code>PackageKit</code> which provides an 'Updates Available' popup when updates are published on internet.
 
If you would like to receive regular notifications via email when new updates become available, you can join the [http://www.redhat.com/mailman/listinfo/fedora-package-announce fedora-package-announce@redhat.com]  mailing list.
 
For a list of Fedora Security Advisories, visit [[FSA]]
 
=== Automatic Updates ===
 
You can set your system to update itself automatically.  This is highly recommended for home users.  Business users should evaluate this option carefully.  In order to enable these automatic updates, refer to [[AutoUpdates]]
 
== Get Help If You Need It ==
 
If you need help installing, configuring, or using Fedora, refer to the [http://docs.fedoraproject.org/install-guide/ Installation Guide], [[Docs|  Documentation]], [[FAQ]], and [[Communicate|  Help and Feedback]] sections.


[[Category:Distribution]]
[[Category:Distribution]]

Revision as of 19:40, 9 November 2011

Get Fedora

You can download Fedora here

Other options

There are multiple desktops available for use with Fedora. Each has a slightly different look and feel and offers varying levels of customization. Visit Fedora Desktops to know more.

Fedora spins are alternate versions of Fedora, tailored for various types of users via hand-picked application sets and other customizations. Visit Fedora Spins to know more.

Visit Fedora All to view all download options in one page.

Installation Guide

Note.png
Please refer to Fedora Installation Guide for getting help on the process of installing Fedora.