Repository & pinning: differenze tra le versioni

correzioni
(correzioni)
Riga 218: Riga 218:


== Stable prelevando un pacchetto da testing ==
== Stable prelevando un pacchetto da testing ==
Questo metodo funziona solo se il pacchetto da prelevare <u>non</u> ha [[dipendenze ]].<br/>
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, a seconda delle necessità, è possibile installare il pacchetto "nomepacchetto" da ''testing'' con:
Adesso è possibile installare il pacchetto "nomepacchetto" da ''testing'' con:
<pre>
<pre>
# apt-get dist-upgrade
# apt-get -t testing install nomepacchetto
</pre>
oppure con:
<pre>
# apt-get install nomepacchetto
</pre>
</pre>


6 999

contributi