View Single Post
Posts: 267 | Thanked: 183 times | Joined on Jan 2010 @ Campinas, SP, Brazil
#9
There is. As root. You have to have extras-devel enabled. Change to an empty directory with lots of free space, say /home/user/MyDocs/debbackup:

Code:
$ sudo gainroot
# apt-get install dpkg-repack
(...dpkg-repack installation...)
# cd /home/user/MyDocs/debbackup
# for package in $( dpkg -l | awk 'NR>5 {print $2}' ); do dpkg-repack $package; done
This is an advanced operation. Many packages are system packages and I don't know what will happen if you try to install them on a fresh flashed install. I'd advise to install only the application debs.
__________________
My nickname on freenode is ptl, that is, the consonants of my nickname here. Kind of a long story.
 

The Following 2 Users Say Thank You to Patola For This Useful Post: