View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#15
Originally Posted by Vesuri View Post
Try

Code:
for package in `osa --packages | grep Package: | awk '{ print $2 }'`; do osa --get $package > $package.deb; done
works flawlessly


Thanks!


Edit:

One last request ,

When you do osa --packages all the packages downloaded from Store with their control files appear so maybe its possible to save as package_version.deb?

Last edited by thedead1440; 2012-10-23 at 12:08.
 

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