<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
CREARE ELENCO COMPLETO DEI PACCHETTI INSTALLATI SU UNA DEBIAN-BASED:<br>
dpkg --get-selections &gt; lista_pacchetti<br>
<br>
REINSTALLARE TUTTI I PACCHETTI CONTENUTI NEL FILE "lista_pacchetti":<br>
dpkg --get-selections &lt; lista_pacchetti<br>
<br>
<br>
Con questi 2 semplici comandi e' possibile:<br>
1) esportare la lista di tutti i pacchetti installati ed andarla a
salvare nel file "lista_pacchetti"<br>
2) importare successivamente tale lista su di un'altra macchina con una
distro debian-based e reinstallare tutti i pacchetti contenuti nel file
"lista_pacchetti"<br>
<br>
Non l'ho ancora mai provato ma sembra parecchio comodo :)<br>
<div class="moz-signature">-- <br>
<font size="-1">______________________________________________________________________________________________<br>
/*non ho scelto io di venire al mondo, ma da quel momento in poi le
altre decisioni le prendo da me*/<br>
- <a href="http://sberla54.altervista.org/">http://sberla54.altervista.org</a>
- My links and contacts -<br>
- <a href="http://kernel-panic.noblogs.org"
 name="http://kernel-panic.noblogs.org">http://kernel-panic.noblogs.org</a>
- My blog -<br>
- <a href="http://www.punk4free.org" name="http://www.punk4free.org">http://www.punk4free.org</a>
- My webzine -<br>
</font></div>
</body>
</html>