{# Source code of the Ubuntu-it website # Copyright (C) 2016 Pietro Albini # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published # by the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; witout even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . #} {% extends "layout.html" %} {% block title %}Scarica {{ distro["name"] }}{% endblock %} {% block content %}
{% for release in distro["releases"] %}

{{ distro["name"] }} {{ releases[release]["version"] }} {% if releases[release]["lts"] %}LTS{% endif %}

{% if release == "latest" %}

{{ distro["name"] }} {{ releases[release]["version"] }} {% if releases[release]["lts"] %}LTS{% endif %} è l'ultimo rilascio di {{ distro["name"] }}, con tutte le ultime novità ed aggiornamenti. Il periodo di supporto, con aggiornamenti di sicurezza, è di {% if releases[release]["lts"] -%} {{ distro["lts-support-years"] }} anni {%- else -%} 9 mesi {%- endif -%}.

{% elif release == "lts" %}

{{ distro["name"] }} {{ releases[release]["version"] }} {% if releases[release]["lts"] %}LTS{% endif %} è il rilascio stabile di {{ distro["name"] }}, con aggiornamenti di sicurezza garantiti per {{ distro["lts-support-years"] }} anni. {% endif %}

{% if distro["archs"]|length > 1 %}
{% for arch in distro["archs"].keys() %}
{% endfor %}
{% else %} {% endif %}
{% endfor %}

Requisiti di sistema

Se non sei sicuro che il tuo computer possa reggere {{ distro["name"] }} ti consigliamo di controllare i requisiti di sistema. Nel caso disponessi di un vecchio computer, puoi sempre provare una derivata più leggera!

Leggi i requisiti

La comunità

{{ distro["name"] }} è creato e supportato da volontari che dedicano il loro tempo a sviluppare un sistema operativo migliore. Cosa aspetti a contribuire ed aiutarci a realizzare qualcosa di innovativo? È facile!

Inizia subito a contribuire
{% endblock %}