gnewsense-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gNewSense-users] [shadow cloning gnewsense]


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-upgrade

Make sure you have the same /etc/apt/sources.list file on both computers (and maybe also /etc/apt/sources.list.d/*).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]