I want the list of all apps so that I can replace everything that can replaced in Win XP so that I get use to the apps in there in Win XP first.
I want the list of all apps so that I can replace everything that can replaced in Win XP so that I get use to the apps in there in Win XP first.
Capitalisation is important. It's the difference between "Helping your brother Jack off a horse" and "Helping your brother jack off a horse".
The Forum Rules, Forum FAQ and the BackTrack Wiki... learn them, love them, live them.
I think he wants to see what tools from backtrack have windows versions to install in his windows xp machine.
To the OP, it's not a very smart move, but ok...
Capitalisation is important. It's the difference between "Helping your brother Jack off a horse" and "Helping your brother jack off a horse".
The Forum Rules, Forum FAQ and the BackTrack Wiki... learn them, love them, live them.
Well, I do it that way as part of a procedure I use when I upgrade my OS (clean install).
I run that command and save the file. Then I install the new release and run the command again and save it as new_apps.txt
Then I substract:
So I can install what is missing:Code:comm -3 installed_apps.txt new_apps.txt > to_be_installed.txt
Code:apt-get install dselect dpkg --set-selections < to_be_installed.txt aptitude update dselect install