Active Topics

 


Reply
Thread Tools
Posts: 336 | Thanked: 610 times | Joined on Apr 2008 @ France
#11
Thread renamed and moved in the right category.
 
Posts: 33 | Thanked: 0 times | Joined on Jan 2010 @ israel
#12
Thanks everyone
Helped me a lot

dpkg -i /home/user/MyDocs/.Documents/filename.deb

)))
__________________
HarDcOrE4LiFe
 
Ronaldo's Avatar
Posts: 682 | Thanked: 208 times | Joined on Jan 2010 @ UK
#13
this will help me too. thanks all will bookmark
 
Posts: 1 | Thanked: 0 times | Joined on Jan 2010
#14
can you any body tell me please i am trying to install deb file i typed dpkg-i/Mydocs/.Documents/com.deb but error coming "/bin/sh: dpkg-i/mydocs/.Documents/com.deb: not found
 
casper27's Avatar
Posts: 844 | Thanked: 521 times | Joined on Jan 2009 @ UK southampton
#15
Originally Posted by bahadhurs View Post
can you any body tell me please i am trying to install deb file i typed dpkg-i/Mydocs/.Documents/com.deb but error coming "/bin/sh: dpkg-i/mydocs/.Documents/com.deb: not found
It need to have spaces enter the following code and where it says filename substitute that for the name of your file that you want to install. That is if the file you have is in your Documents folder. This is the default folder that shows up when you click on N900 icon in file manager then the documents folder. If it is in just the main folder (MyDocs) ie the first one that shows up when you click on N900 in file manager then just use /MyDocs/filename.deb.

Code:
dpkg -i /MyDocs/.documents/filename.deb
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#16
Originally Posted by casper27 View Post
It need to have spaces enter the following code and where it says filename substitute that for the name of your file that you want to install. That is if the file you have is in your Documents folder. This is the default folder that shows up when you click on N900 icon in file manager then the documents folder. If it is in just the main folder (MyDocs) ie the first one that shows up when you click on N900 in file manager then just use /MyDocs/filename.deb.

Code:
dpkg -i /MyDocs/.documents/filename.deb
That's not going to work (you've got an extra / at the start) - you need:
Code:
dpkg -i MyDocs/.documents/filename.deb
 
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#17
Originally Posted by casper27 View Post
It need to have spaces enter the following code and where it says filename substitute that for the name of your file that you want to install. That is if the file you have is in your Documents folder. This is the default folder that shows up when you click on N900 icon in file manager then the documents folder. If it is in just the main folder (MyDocs) ie the first one that shows up when you click on N900 in file manager then just use /MyDocs/filename.deb.

Code:
dpkg -i /MyDocs/.documents/filename.deb
if you put a / at the front (as first character), the path is absolute, i.e. relative to the root directory. but the full path would be /home/user/MyDocs/.documents

when you start xterm, and type "sudo gainroot", your current path is /home/user. to specify paths relative to the current directory it must not start with / :

Code:
dpkg -i MyDocs/.documents/filename.deb
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 
Posts: 1 | Thanked: 0 times | Joined on Jan 2010
#18
finaley i tried but one more error came "package architecture (iphoneos-arm) does not match system ( armel )
error wer encountered while processing MyDocs/.documents /com.deb
Actualey i downloaded in net "com.deb" this one for Iphone Mobil dailer
this will not support for N900 ? B'coz File extension was deb
please advise
 
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#19
Originally Posted by bahadhurs View Post
this will not support for N900 ?
no, it won't. that's like unpacking a .zip with a linux program under windows. you can unpack it, but not do anything with it.
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 
Posts: 1 | Thanked: 0 times | Joined on Jan 2010
#20
dear Subcore
can you tell me any mobile dailer will suppor for N900 b'coz i want talk to india from dubai i am serching but not getting
i will thankful you to
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:09.