![]() |
Re: How to save .deb file from store?
It works in both cases, as it activates before the 'dpkg install' operation, whether it comes from CLI or GUI.
|
Re: How to save .deb file from store?
The same do "Catch Apps" button from N9QT, or from tweak O ;)
|
Re: How to save .deb file from store?
using the osa command:
Code:
osa --packages > packages.txt |
Re: How to save .deb file from store?
Quote:
Code:
for package in `osa --packages | grep Package: | awk '{ print $2 }'`; do osa --get $package > $package.deb; done |
Re: How to save .deb file from store?
Quote:
Thanks! Edit: One last request :D, 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? |
All times are GMT. The time now is 04:24. |
vBulletin® Version 3.8.8