{# # Source code of the Ubuntu-it website # Copyright (C) 2016 Pietro Albini # Copyright (C) 2023 shadMod # # 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; without 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["info"]["name"] }} {% endblock %} {% block content %} {% with info = distro["info"] %}
{% for release in distro["releases"] %}

{{ info["name"] }} {{ releases[release]["version"] }} {% if release == 'lts' %} LTS{% endif %}

{% if release == "interim" %}

{{ info["name"] }} {{ releases["interim"]["version"] }} {% if releases["interim"]["lts"] %}LTS{% endif %} è l'ultimo rilascio di {{ info["name"] }}, con tutte le ultime novità e aggiornamenti. Il periodo di supporto, con aggiornamenti di sicurezza, è di 9 mesi

{% elif release == "lts" %}

{{ info["name"] }} {{ releases["lts"]["version"] }} {% if releases["lts"]["lts"] %}LTS{%endif %} è il rilascio stabile di {{ info["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 {{ info["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à

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

Inizia subito a contribuire
{% endwith %} {% endblock %}