View Single Post
pantera1989's Avatar
Posts: 577 | Thanked: 699 times | Joined on Feb 2010 @ Malta
#10
Use a filemanager that lets you access those areas or with xterminal use copy eg:

First list the .deb to find out its name:

Depending on where you got it, the location might change:

Ovi Store paid debs: /var/tmp
Other debs: /home/user/MyDocs/.apt-archive-cache
Debs installed through apt-get: /var/cache/apt/archives

Credits to MohammedAG:http://talk.maemo.org/showpost.php?p...8&postcount=10

Code:
ls /var/tmp/
The output would provide eg: Zenbound1.2.deb

Then copy it to wherever you want (this case the root folder in the default file manager)

Code:
cp /var/tmp/Zenbound1.2.deb /home/user/MyDocs
This is important. I do not know at what point the Application Managers cleans the cache, so it is recommended that you do this during the installation.

To overcome the cache problem you can change this file:
Code:
/home/user/.osso/hildon-application-manager
Change the value of "clean-after-install" from '1' to '0'.
__________________
ford
 

The Following User Says Thank You to pantera1989 For This Useful Post: