|
From: | Sam Geeraerts |
Subject: | Re: [gNewSense-users] [shadow cloning gnewsense] |
Date: | Mon, 18 Jan 2010 20:54:40 +0100 |
User-agent: | Thunderbird 2.0.0.23 (X11/20090824) |
chika schreef:
i want to clone my previous gnewsense installation from another pc... 2341 To make a local copy of the package selection states: # dpkg --get-selections >installed_apps 2343 You might transfer this file to another computer, and install it there with: # dpkg --clear-selections # dpkg --set-selections <installed_apps # dselect && apt-get autoremove but don't work on dselect any other way?
Try this: # dpkg --get-selections >installed_apps # dpkg --clear-selections # dpkg --set-selections <installed_apps # apt-get dselect-upgradeMake sure you have the same /etc/apt/sources.list file on both computers (and maybe also /etc/apt/sources.list.d/*).
[Prev in Thread] | Current Thread | [Next in Thread] |