#LANGUAGE it #format wiki <
> <> <> = Introduzione = Questa pagina contiene esempi di un buon file `/etc/apt/sources.list` per Ubuntu. Sono attivi i [[Repository/Componenti|componenti]] '''main''', '''restricted''', '''universe''', '''multiverse''' e gli aggiornamenti normali e quelli di sicurezza. Per la modifica del file dei repository del sistema consultare la [[Repository|relativa guida]]. Per quanto riguarda i repository aggiuntivi, esistono anche i cosiddetti '''proposed''' (es: ''focal-proposed'', ecc.), __non__ adatti però agli utenti finali, ma soltanto a chi desidera controllarne il corretto funzionamento, in quanto contenenti pacchetti potenzialmente instabili che potrebbero in alcuni casi anche inficiare il corretto funzionamento di APT. {{{#!wiki note Da Ubuntu 22.04 non sono più presenti i repository '''partner'''. }}} <> == Ubuntu 24.04 Noble Numbat == {{{ deb http://it.archive.ubuntu.com/ubuntu/ noble main universe restricted multiverse deb-src http://it.archive.ubuntu.com/ubuntu/ noble main universe restricted multiverse deb http://security.ubuntu.com/ubuntu noble-security main universe restricted multiverse deb-src http://security.ubuntu.com/ubuntu noble-security main universe restricted multiverse deb http://it.archive.ubuntu.com/ubuntu/ noble-updates main universe restricted multiverse deb-src http://it.archive.ubuntu.com/ubuntu/ noble-updates main universe restricted multiverse }}} == Repository aggiuntivi == <> * '''Backports''': {{{ deb http://it.archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse deb-src http://it.archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse }}} <> = Ubuntu 23.10 Mantic Minotaur = {{{ deb http://it.archive.ubuntu.com/ubuntu/ mantic main universe restricted multiverse deb-src http://it.archive.ubuntu.com/ubuntu/ mantic main universe restricted multiverse deb http://security.ubuntu.com/ubuntu mantic-security main universe restricted multiverse deb-src http://security.ubuntu.com/ubuntu mantic-security main universe restricted multiverse deb http://it.archive.ubuntu.com/ubuntu/ mantic-updates main universe restricted multiverse deb-src http://it.archive.ubuntu.com/ubuntu/ mantic-updates main universe restricted multiverse }}} == Repository aggiuntivi == <> * '''Backports''': {{{ deb http://it.archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse deb-src http://it.archive.ubuntu.com/ubuntu mantic-backports main restricted universe multiverse }}} <> = Ubuntu 22.04 Jammy Jellyfish = {{{ deb http://it.archive.ubuntu.com/ubuntu/ jammy main universe restricted multiverse deb-src http://it.archive.ubuntu.com/ubuntu/ jammy main universe restricted multiverse deb http://security.ubuntu.com/ubuntu jammy-security main universe restricted multiverse deb-src http://security.ubuntu.com/ubuntu jammy-security main universe restricted multiverse deb http://it.archive.ubuntu.com/ubuntu/ jammy-updates main universe restricted multiverse deb-src http://it.archive.ubuntu.com/ubuntu/ jammy-updates main universe restricted multiverse }}} == Repository aggiuntivi == <> * '''Backports''': {{{ deb http://it.archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse deb-src http://it.archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse }}} <> = Ubuntu 20.04 Focal Fossa = {{{ deb http://it.archive.ubuntu.com/ubuntu/ focal main universe restricted multiverse deb-src http://it.archive.ubuntu.com/ubuntu/ focal main universe restricted multiverse deb http://security.ubuntu.com/ubuntu focal-security main universe restricted multiverse deb-src http://security.ubuntu.com/ubuntu focal-security main universe restricted multiverse deb http://it.archive.ubuntu.com/ubuntu/ focal-updates main universe restricted multiverse deb-src http://it.archive.ubuntu.com/ubuntu/ focal-updates main universe restricted multiverse }}} == Repository aggiuntivi == <> * '''Backports''': {{{ deb http://it.archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse deb-src http://it.archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse }}} <> * '''Canonical partner''': {{{ deb http://archive.canonical.com/ubuntu focal partner deb-src http://archive.canonical.com/ubuntu focal partner }}} = Versione in fase di sviluppo = {{{#!wiki tip Leggere la pagina [[Ubuntu+1]] per informazioni sulla versione di sviluppo corrente. }}} <> == Ubuntu 24.10 Da Definire == ##{{{ ##deb http://it.archive.ubuntu.com/ubuntu/ noble main universe restricted multiverse ##deb-src http://it.archive.ubuntu.com/ubuntu/ noble main universe restricted multiverse ##deb http://security.ubuntu.com/ubuntu noble-security main universe restricted multiverse ##deb-src http://security.ubuntu.com/ubuntu noble-security main universe restricted multiverse ##deb http://it.archive.ubuntu.com/ubuntu/ noble-updates main universe restricted multiverse ##deb-src http://it.archive.ubuntu.com/ubuntu/ noble-updates main universe restricted multiverse ##}}} = Versioni non più supportate EOL = Per le versioni di Ubuntu che hanno raggiunto il termine del ciclo di supporto, per le quali non verranno più forniti aggiornamenti (compresi gli aggiornamenti di sicurezza), fare riferimento alla [[Repository/SourcesList/EOL|relativa pagina]]. = Ulteriori risorse = * [[Repository|Guida ai repository]] * [[Ubuntu+1|Informazioni sulla versione in fase di sviluppo]] * [[Repository/SourcesList/EOL|File sources.list nelle versioni EOL]] ---- CategoryAmministrazione