maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   How to save .deb file from store? (https://talk.maemo.org/showthread.php?t=87474)

gsalone 2012-10-20 06:51

How to save .deb file from store?
 
How can i grab the deb file from any application i am downloading and installing from nokia store? I am sure I have seen a way to do so, but i cannot find the thread now...

Boxeri 2012-10-20 07:11

Re: How to save .deb file from store?
 
http://talk.maemo.org/showthread.php?t=80600

One of the tweaks, don't remember which. read the wiki or explanation from the first page

Wikiwide 2012-10-20 07:13

Re: How to save .deb file from store?
 
Quick reply...
As far as I can remember, aptitude can install applications (such as panorama) from the store (while apt-get fails at such an attempt). I can guess that aptitude can download the .deb from the store too, then.
Best wishes.

gsalone 2012-10-20 07:35

Re: How to save .deb file from store?
 
Quote:

Originally Posted by Boxeri (Post 1282838)
http://talk.maemo.org/showthread.php?t=80600

One of the tweaks, don't remember which. read the wiki or explanation from the first page

Yes you are right :)
O. Catch your OVI store application

problem is i was looking at screenshot of tweaks, and it is quite old so no O tweak there.

An9 2012-10-20 13:40

Re: How to save .deb file from store?
 
Here is your ansver to that question...loog in ovistore with opera browser, the settings of your n9 should be set i preferences...chose the app you like, then in browser addres right after the number like .....474733***/download <---write download then you'll get option popup to save....only for free software.

thedead1440 2012-10-20 13:43

Re: How to save .deb file from store?
 
Quote:

Originally Posted by An9 (Post 1282955)
Here is your ansver to that question...loog in ovistore with opera browser, the settings of your n9 should be set i preferences...chose the app you like, then in browser addres right after the number like .....474733***/download <---write download then you'll get option popup to save....only for free software.

That's why for all apps (free/non-free) its best to use N9QTweak...

Vesuri 2012-10-20 16:03

Re: How to save .deb file from store?
 
osa --get packagename > packagename.deb

thedead1440 2012-10-20 16:14

Re: How to save .deb file from store?
 
Quote:

Originally Posted by Vesuri (Post 1283008)
osa --get packagename > packagename.deb

Vesuri, is there any way to replace packagename with all packages so that all installed apps can be backed-up in one go? Then it wouldn't need the usage of BackDeb...

Thanks!

minimos 2012-10-20 16:18

Re: How to save .deb file from store?
 
Here: http://talk.maemo.org/showthread.php?t=87057
I was proposing a simple tweak to save the debian file automatically when installing a new package

gsalone 2012-10-20 20:24

Re: How to save .deb file from store?
 
Quote:

Originally Posted by minimos (Post 1283014)
Here: http://talk.maemo.org/showthread.php?t=87057
I was proposing a simple tweak to save the debian file automatically when installing a new package


Thank you! Looks perfect, i will try soon.
So this hack works also in case i update any application already installed via application manager or only via terminal?

minimos 2012-10-20 21:44

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.

Schturman 2012-10-20 21:48

Re: How to save .deb file from store?
 
The same do "Catch Apps" button from N9QT, or from tweak O ;)

thedead1440 2012-10-21 01:28

Re: How to save .deb file from store?
 
using the osa command:

Code:

osa --packages > packages.txt
The above would give a list of all packages installed from store...

Vesuri 2012-10-23 11:44

Re: How to save .deb file from store?
 
Quote:

Originally Posted by thedead1440 (Post 1283012)
Vesuri, is there any way to replace packagename with all packages so that all installed apps can be backed-up in one go?

Try

Code:

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

thedead1440 2012-10-23 12:05

Re: How to save .deb file from store?
 
Quote:

Originally Posted by Vesuri (Post 1284409)
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 :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 01:12.

vBulletin® Version 3.8.8