Re: Alle Pakete neu installieren
1) reinstall was COLUMNS=200 dpkg -l | awk '/^[hi]i/{print $2}' | xargs
apt-get -y --reinstall install, or dpkg --get-selections > packages ,
then later, dpkg --set-selections < packages && apt-get install
2) oder dpkg --get-selections > packages zum sammeln der packetliste und
das dpkg --set-selections < packages && apt-get install auf der neuen
kiste/frischen installation
Florian
Reply to: