![]() |
(Help!)Backing up applications into a .deb file
Hi.
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. |
Re: (Help!)Backing up applications into a .deb file
Edit: I am not quite sure what you are trying to do.
EITHER install dpkg-repack Code:
apt-get update && apt-get install dpkg-repack OR To get a list of all the packages installed Code:
dpkg -l|awk '/^ii/{ print $2 }' > apps_installed.txt Code:
apt-get update && apt-get install -dy --reinstall --force-yes$(<apps_installed.txt) Code:
dpkg *.deb Code:
dpkg--configure -a Code:
apt-get install -f |
Re: (Help!)Backing up applications into a .deb file
thanks a lot! i'll give it a try & see how it goes. :)
|
Re: (Help!)Backing up applications into a .deb file
Code:
maemo-list-user-packages | awk '{print $1}' | xargs > apps_installed.txt |
All times are GMT. The time now is 02:06. |
vBulletin® Version 3.8.8