Thread
:
Reinstall all previously applications after flashing
View Single Post
therblack
2007-04-02 , 14:31
Posts: 29 | Thanked: 6 times | Joined on Mar 2006
#
4
Okay, so I haven't actually done this on my n800, but I have just done it when upgrading a laptop (running ubuntu 6.10)
a) first, before upgrading, run in an XTerm:
dpkg --get-selections > /media/mmc1/packages.txt
This stores a list of packages and their installed status
b) upgrade and restore a backup that contains sources.list
c) In XTerm (running as root) run:
cat /media/mmc1/packages.txt > dpkg --set-selections
apt-get dselect-upgrade
This seems to work pretty well, at least of ubuntu, so maybe it will help here. Of course, for applications that have been installed but not from a repositary (gizmo, for example), it will not help...but in other cases, it maybe okay
Quote & Reply
|
therblack
View Public Profile
Send a private message to therblack
Find all posts by therblack