CODE:
dpkg --get-selections > installed-software
And if you wanted to use the list to reinstall this software on a fresh ubuntu setup,
Code:
dpkg --set-selections < installed-software
followed by
Code:
dselect
CODE:
dpkg --get-selections > installed-software
Code:
dpkg --set-selections < installed-software
Code:
dselect
No comments:
Post a Comment