Active Topics

 


Reply
Thread Tools
Posts: 3 | Thanked: 0 times | Joined on Jan 2011
#1
Hi all,

i am stumped at this particular issue with no resolution.

i made a package that has a bunch of dependencies, python2.5, procps etc.

I can install everything from the command prompt via apt-get and then install my deb file.

But the same thing: if i try to install the same deb file from the app.manager it fails; saying python2.5 etc are not installable.

So what might be the issue? Also this package wont be in any repository (just saying if that matters?)

thank you much for reading
 
Posts: 404 | Thanked: 186 times | Joined on Oct 2010 @ Dehradun,India
#2
Originally Posted by abhirana View Post
Hi all,

i am stumped at this particular issue with no resolution.

i made a package that has a bunch of dependencies, python2.5, procps etc.

I can install everything from the command prompt via apt-get and then install my deb file.

But the same thing: if i try to install the same deb file from the app.manager it fails; saying python2.5 etc are not installable.

So what might be the issue? Also this package wont be in any repository (just saying if that matters?)

thank you much for reading
seems that app manager fails to read dependency location/from repos
if u dont mind can u provide the .deb
 
Posts: 3 | Thanked: 0 times | Joined on Jan 2011
#3
Thanks

attached is the deb file. it will fail to install in app.manager and via dpkg if any of the package needed are not installed already.


its seems that if the deb file is standalone and not in a repository, dpkg doesnot work and that means app.manager fails to work (i am guessing app.manager is using dpkg when .deb is involved) --when there are dependencies that are not already installed for the package. http://www.linuxquestions.org/questi...ically-472911/


I did solve it by making a repository and seems that for that app.manager uses apt-get as the backend and it is able to solve the dependencies. But i surely wish there was a way to install a deb and its dependencies without resorting to a repo.
Attached Files
File Type: deb moben_0.2.0-1_armel.deb (634 Bytes, 66 views)
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#4
apt-get and dpkg are separate things, you're not supposed to install stuff the way you describe (i.e. that's by design, because you don't have pin priority and such for the deb). The closest you get is to dpkg -i the thing and then do apt-get install -f .
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 3 | Thanked: 0 times | Joined on Jan 2011
#5
Thanks.

I was half expecting that the app.manager would do dpkg and then apt-get -f install (automatically) -- just so that the end-user does not have to open a terminal and run those commands explicitly. i'll stick with the repo way.
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:40.