Reply
Thread Tools
Posts: 14 | Thanked: 6 times | Joined on Jan 2013
#1
Does anyone know if there is an easy means of saving and installed application as a package so that it can be ported to another N900. I was looking for it on their website but they no longer support it so it is no longer available.
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#2
Originally Posted by sanman_hpux View Post
Does anyone know if there is an easy means of saving and installed application as a package so that it can be ported to another N900.
After it is installed? Not if it wasn't saved in the first place, as far as I know. If you do a new install, however, you could do:

Code:
apt-get install -d packagename
Which will download the package only, without installing it, and the .deb can be found back in the folder

Code:
 /var/cache/apt/archives
I was looking for it on their website but they no longer support it so it is no longer available.
If it is not available, then it won't be in your cache...
 

The Following User Says Thank You to anthonie For This Useful Post:
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#3
There is dpkg-repack package, but it does need dpkg-dev as a dependency which is not in the repos.
You could grab it here from the sdk-repo: http://repository.maemo.org/pool/fremantle/free/d/dpkg/ Grab the package, that does correspond to the installed version of dpkg on your N900. Query that with
Code:
apt-cache policy dpkg
Install them normally to invoke as follows:
Code:
sudo gainroot
dpkg-repack package_name_here
You will find the package in the working directory, which might be /home/user in my example. Adjust the package name in the command example please.
 

The Following 3 Users Say Thank You to michaaa62 For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 21:27.