apt-get clean allThe next step is to get a list of all installed applications:
apt-get update
apt-get dist-upgrade
dpkg --get-selections "*" > /tmp/deb-list.txtNow I distribute the generated file to my second box and run:
dpkg --set-selections < /tmp/deb-list.txtapt-get dselect-upgrade
The result is, I have all applications that I have installed on my first box also installed on my second box.
2 comments:
And HOW do I do that on a windows box?? (dont ask questions like WHY Windows.. take it as given by god)
Or also for the Firefox plugins this would be great...
I will explain it in a separate post. There are some workarounds for Windows, for Firefox I need to check.
Post a Comment