Thread
:
Create a package file from an installed application
View Single Post
michaaa62
2013-05-19 , 08:47
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.
Quote & Reply
|
The Following 3 Users Say Thank You to michaaa62 For This Useful Post:
Kabouik
,
peterleinchen
,
sanman_hpux
michaaa62
View Public Profile
Send a private message to michaaa62
Find all posts by michaaa62