6 999
contributi
S3v (discussione | contributi) |
S3v (discussione | contributi) (correzioni) |
||
Riga 218: | Riga 218: | ||
== Stable prelevando un pacchetto da testing == | == Stable prelevando un pacchetto da testing == | ||
Inserire il repository di [[testing]] in <code>/etc/apt/sources.list</code> , ad esempio: | Inserire il repository di [[testing]] in <code>/etc/apt/sources.list</code> , ad esempio: | ||
<pre> | <pre> | ||
Riga 237: | Riga 236: | ||
# apt-get update | # apt-get update | ||
</pre> | </pre> | ||
Adesso | Adesso è possibile installare il pacchetto "nomepacchetto" da ''testing'' con: | ||
<pre> | <pre> | ||
# apt-get | # apt-get -t testing install nomepacchetto | ||
</pre> | </pre> | ||
contributi