Reply
Thread Tools
Posts: 41 | Thanked: 0 times | Joined on Dec 2009
#1
with the new firmware updated the red pill was removed an now i downloaded an .deb file i cant install it
My question is
How to install a .deb file (Aplication) With xTerminal????
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
dpkg -i filename.deb (as root)
 
Posts: 41 | Thanked: 0 times | Joined on Dec 2009
#3
i try but when i do that the xterminal say me i need:
requested operation requires superuser privilege
How i fix it?
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#4
That was what Rob1n meant by "as root".

You have to first have rootsh installed, and then "sudo gainroot" first. Then you can run that command.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 41 | Thanked: 0 times | Joined on Dec 2009
#5
Sorry but im noob on this i have the rootsh installed after i type sudo gainroot

But after that i dont know what i type.

I type the name of the filename but it say me No such file or directorie

I try this

on terminal dpkg -i flashlight-applet_0.2-0_armel.deb

It say no such file or directorie
Im noob on linux

Please let me know step by step
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#6
We can't really help much there ... you have to know where you downloaded it to??

Code:
find /home/user -name flashlight-applet*.deb
It should return a path.. then do:

Code:
dpkg -i /path/from/above/flashlight-applet_0.2-0_armel.deb
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
andrei1089's Avatar
Posts: 81 | Thanked: 109 times | Joined on Apr 2009 @ Brasov/Cluj, Romania
#7
Originally Posted by poquifox View Post
Im noob on linux

Please let me know step by step
Have a look on this thread, if you want to learn some basic commands for xterm http://talk.maemo.org/showthread.php?t=30505
 
Posts: 5,795 | Thanked: 3,151 times | Joined on Feb 2007 @ Agoura Hills Calif
#8
One of the tricky things is that when you are logged in as root, you are considered a different user and start off in a different directory. So finding the file you just downloaded is the first issue.

Once you get used to it, this is a simple process, as pointed out above, but it is very confusing at first. I think that some Linux users enjoy these irritating aspects of things because it makes them feel superior. But of course any amoeba could understand directory structure; it's just not obvious to a newbie.

There used to be an easy way to deal with deb files, but it has been gotten rid of just to help you out!
 

The Following User Says Thank You to geneven For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#9
Originally Posted by geneven View Post
There used to be an easy way to deal with deb files, but it has been gotten rid of just to help you out!
I can feel the sarcasm.. but I actually totally agree with this. Because it will help you learn.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
vl_oka's Avatar
Posts: 15 | Thanked: 7 times | Joined on Jan 2010 @ UK
#10
Originally Posted by geneven View Post
...
I think that some Linux users enjoy these irritating aspects of things because it makes them feel superior. But of course any amoeba could understand directory structure; it's just not obvious to a newbie.
...
So let's explain it, shall we?

As a regular user, your home directory is "/home/user/". However, what you normally see in N900 menus is a little beyond that. Your "default" folder is "/home/user/MyDocs/" (capitalisation *is* important). What N900 displays as "Documents" is in "/home/user/MyDocs/.documents/" (note the ".", it's required). If you change to "/home/user/MyDocs/" and issue a "ls -a" command, you'll se other folders as well. It's fairly obvious which dot-something folders correspond to what you see in "normal" N900 menus.

<fx>feels a little bit superior</fx>

 

The Following 4 Users Say Thank You to vl_oka For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 08:26.