Results 1 to 6 of 6

Thread: run dpkg -i on .deb install file from Windows?

  1. #1
    Join Date
    Nov 2010
    Posts
    3
    Platforms
    Windows Symbian S60

    Default run dpkg -i on .deb install file from Windows?

    Hi,

    I have an installable app in the form of a .deb. I copied it over to the top-level directory of an N8 on which I installed the newest Qt and Qt Mobility. I have the Symbian command line open in Windows, but I can't run dpkg -i my_app.deb. I understand .deb is linux, but shouldn't I be able to use the Symbian command line prompt to do this? Please help

  2. #2
    Join Date
    Nov 2010
    Posts
    97
    Thanks
    6
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: run dpkg -i on .deb install file from Windows?

    Quote Originally Posted by franklovecchio View Post
    Hi,

    I have an installable app in the form of a .deb. I copied it over to the top-level directory of an N8 on which I installed the newest Qt and Qt Mobility. I have the Symbian command line open in Windows, but I can't run dpkg -i my_app.deb. I understand .deb is linux, but shouldn't I be able to use the Symbian command line prompt to do this? Please help
    Do you mean you have a telnet or ssh connection to your Symbian OS and can't run dpkg from it?

    If so, could be a permission issue. You should include the error you're getting in your question.
    This rude guy who doesn't want you to answer his questions.

    Note: An "expert" here is just someone that's posted a lot.

    "The fact of where you do the encapsulation is meaningless." - Qt Certified Developer and forum moderator

  3. #3
    Join Date
    Nov 2010
    Posts
    3
    Platforms
    Windows Symbian S60

    Default Re: run dpkg -i on .deb install file from Windows?

    No, that's probably why (it's just connected via USB). I assume I can just ssh/telnet in through Putty? I Googled for an IP/Login, but can't seem to find one.

  4. #4
    Join Date
    Nov 2010
    Posts
    97
    Thanks
    6
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: run dpkg -i on .deb install file from Windows?

    Quote Originally Posted by franklovecchio View Post
    No, that's probably why (it's just connected via USB). I assume I can just ssh/telnet in through Putty? I Googled for an IP/Login, but can't seem to find one.
    OK. I don't know anything about this thing. Last time I used an embedded OS it was Qtopia on my Zaurus. I had to create a special kind of package just for it. It appears this may still be the case:

    http://en.wikipedia.org/wiki/Symbian#Deployment

    At any rate, hopefully someone else can help you because I don't know. You still haven't shown an error message though. What is the output you get when you try?
    This rude guy who doesn't want you to answer his questions.

    Note: An "expert" here is just someone that's posted a lot.

    "The fact of where you do the encapsulation is meaningless." - Qt Certified Developer and forum moderator

  5. #5
    Join Date
    Nov 2010
    Posts
    3
    Platforms
    Windows Symbian S60

    Default Re: run dpkg -i on .deb install file from Windows?

    Sorry, the error I was getting was "dpkg command not found" (which is why ssh'ing into the N8 makes sense). I actually have a signed app, but getting it deployed to the N8 is seeming kind of ridiculous!

  6. #6
    Join Date
    Nov 2010
    Posts
    97
    Thanks
    6
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: run dpkg -i on .deb install file from Windows?

    Quote Originally Posted by franklovecchio View Post
    Sorry, the error I was getting was "dpkg command not found" (which is why ssh'ing into the N8 makes sense). I actually have a signed app, but getting it deployed to the N8 is seeming kind of ridiculous!
    A couple things could cause this on a normal Linux system: it really isn't there at all; or it isn't in your path. It's probably an 'sbin' program so you could start looking in there for it or a "find / -name dpkg -print" line should turn it up if it exists.
    This rude guy who doesn't want you to answer his questions.

    Note: An "expert" here is just someone that's posted a lot.

    "The fact of where you do the encapsulation is meaningless." - Qt Certified Developer and forum moderator

Similar Threads

  1. How to install QT 4.6.3 under Windows 7
    By Sismetic in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd September 2010, 09:12
  2. how to install qt in windows xp sp3
    By mohanakrishnan in forum Newbie
    Replies: 4
    Last Post: 27th October 2009, 11:17
  3. Install QT 4.5 on windows
    By hosseinyounesi in forum Installation and Deployment
    Replies: 4
    Last Post: 20th April 2009, 06:33
  4. to install Qt4 in Windows
    By SudaNix in forum Installation and Deployment
    Replies: 1
    Last Post: 6th December 2006, 09:00
  5. Help to install Qt in Windows Xp
    By joseph in forum General Discussion
    Replies: 2
    Last Post: 15th November 2006, 09:40

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.