|
2011-09-27
, 19:09
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#2
|
apt-get update && apt-get install dpkg-repack
dpkg -l|awk '/^ii/{ print $2 }' > apps_installed.txt
apt-get update && apt-get install -dy --reinstall --force-yes$(<apps_installed.txt)
dpkg *.deb
dpkg--configure -a
apt-get install -f
The Following 4 Users Say Thank You to michaaa62 For This Useful Post: | ||
|
2011-09-28
, 14:13
|
Posts: 8 |
Thanked: 6 times |
Joined on Jun 2011
|
#3
|
|
2011-09-28
, 15:16
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#4
|
maemo-list-user-packages | awk '{print $1}' | xargs > apps_installed.txt
Is it possible to backup our current applications separately in the .deb format so that we don't have to keep downloading them after a format?
I don't mean backing up the whole OS image, just the apps.
I saw a similar thread but the method used didn't work for me.
Any input is appreciated.