![]() |
2010-06-26
, 16:37
|
|
Posts: 102 |
Thanked: 153 times |
Joined on Feb 2010
|
#2
|
![]() |
2010-06-26
, 16:42
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#3
|
The Following User Says Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-07-01
, 09:55
|
Posts: 122 |
Thanked: 17 times |
Joined on Jun 2010
|
#4
|
![]() |
2010-07-01
, 10:11
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#5
|
is there a way to download them as deb files from the computer
cheers ill try those ideas when i get some spare time
![]() |
2010-07-01
, 10:21
|
Posts: 74 |
Thanked: 23 times |
Joined on Jan 2010
@ Germany
|
#6
|
![]() |
2010-07-01
, 10:41
|
Posts: 20 |
Thanked: 9 times |
Joined on Dec 2009
|
#7
|
![]() |
2010-07-01
, 10:44
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#8
|
![]() |
2010-07-01
, 11:00
|
Posts: 267 |
Thanked: 183 times |
Joined on Jan 2010
@ Campinas, SP, Brazil
|
#9
|
$ 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
![]() |
2010-07-02
, 09:46
|
Posts: 122 |
Thanked: 17 times |
Joined on Jun 2010
|
#10
|
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.
Last edited by bman; 2010-07-22 at 04:10.