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: | ||
maemo-list-user-packages | awk '{print $1}' | xargs > apps_installed.txt