Download Fedora
Questa sezione fornisce indicazioni su come selezionare il supporto di installazione appropriato per il download.
Come già detto, il sito getfedora.org fornisce tutti i download di Fedora. La pagina di arrivo elenca tutte le edizioni, le versioni, i laboratori, ecc. disponibili, come descritto in Getting started, e rimanda alle pagine di dettaglio appropriate. Navigare fino alla pagina che riguarda la variante di Fedora che si è deciso di utilizzare.
A questo punto è necessario effettuare ulteriori scelte, come descritto qui.
-
l'architettura dell’hardware su cui installare Fedora
-
il tipo di supporto di installazione più adatto alle vostre esigenze
Architettura Hardware
È necessario determinare: Qual è l’architettura del mio computer?
L’architettura del sistema è determinata essenzialmente dal processore. Fedora supporta ufficialmente le architetture Intel/AMD x86_64 e ARM aarch64. Inoltre, sono disponibili i supporti di installazione e il supporto di Fedora per PowerPC ppc64le e "big iron" s390x, per ogni evenienza.
Non è possibile installare Fedora utilizzando un supporto con architettura errata. Consultate la documentazione del produttore per i dettagli sul vostro processore.
Se si utilizza già una distribuzione Linux sul computer in questione, è possibile inserire uname -m
in un terminale per identificare l’architettura. Se si utilizza un altro sistema operativo, utilizzare il motore di ricerca preferito per scoprire come identificare l’architettura sul computer in questione. In alternativa, è possibile cercare il proprio hardware (ad esempio, il modello di processore/cpu, il numero di prodotto del fornitore del computer): il processore/cpu determina l’architettura.
Se non siete sicuri della vostra architettura, date un’occhiata alla tabella qui sotto: potrebbe aiutarvi a stabilire di che tipo di architettura disponete.
Processor manufacturer and types of computer | Architecture type for Fedora |
---|---|
Most computers with Intel and AMD processors; Mac computers before Apple M1; most server, workstation, desktop and laptop type computers; some netbooks and tablets |
|
Most processors other than Intel and AMD; Mac computers beginning with Apple M1; Raspberry Pi and most comparable devices; most tablets; some netbooks |
|
Regarding ARM architecture, Fedora supports only 64-bit architecture, aarch64 or arm8, as of release 37 and newer. The older 32-bit architecture, armhfp or arm7, is dropped.
Media Types
Fedora provides 4 different types of installation media that meet different requirements.
- Live images
-
Live images ("Live ISO") are designed to boot the computer and to allow you to preview Fedora before installing it. Instead of booting directly into the installer, a live image loads the same environment you will get after installation.
The file type is '.iso'. You have to transfer the file to a boot medium, usually an USB stick, or still a CD or DVD.
Use a live image to install your favorite system, test Fedora on new hardware, troubleshoot, or share with friends.
Fedora Workstation, the Fedora Spins and some Fedora Labs are the only ones provided as live images.
- Standard images
-
Standard images ("Standard ISO") are designed to boot the computer, as well, but boot directly into the installation environment. They include all files needed for the installation and some offer further choices and configuration options.
The file type is '.iso'. You have to transfer the file to a boot medium, usually an USB stick, or still a CD or DVD.
Use a standard image to perform an offline installation without any internet connection or the available connection is slow or unstable.
Fedora Server, Fedora IoT, Fedora CoreOS, Fedora Silverblue, and Fedora Kinoite are available as standard images.
- Netinstall images
-
Netinstall images ("Netinstall ISO") are designed to boot the computer, as well, and boot directly into the installation environment. But they provide just the minimum system files to boot and to connect to the internet. Subsequently the system has to download all files needed for installation from the online Fedora package repositories.
The file type is '.iso'. You have to transfer the file to a boot medium, usually an USB stick, or still a CD or DVD.
Use a netinstall image if the system has a stable and fairly fast Internet connection. The installation already accesses the latest updates.
Netinstall images are currently available only for Fedora Server installations.
- Filesystem disk images
-
Disk images provide a preinstalled and preconfigured ready to run file system for a specific runtime environment like a virtual machine, e.g. cloud system, or specific hardware like single board computers (SBC), e.g. Raspberry Pi or its alternatives.
The file type is mostly either '.raw' or '.qcow2'. You have to use a runtime specific installation program, provided either by Fedora (e.g. in case of SBCs) or the runtime provider (e.g. one of the cloud systems like Amazon AWS).
Use a filesystem disk image if you want to use one of the intended runtime environments.
Want to help? Learn how to contribute to Fedora Docs ›