Reply
Thread Tools
Posts: 287 | Thanked: 127 times | Joined on Oct 2009 @ Sweden
#11
armel runs on the phone, i386 runs in the SDK on a PC
 
Posts: 161 | Thanked: 23 times | Joined on Oct 2009
#12
Originally Posted by CrashandDie View Post
Hi,

First, please allow me to remind you that installing .debs directly is not recommended. You do not know what the source is, and as a general rule, installing a .deb is like running an unknown executable on Windows; only do it when you trust the source.

That being said, you can open the X-Terminal, and type:

dpkg -i <filename>.

For example:

dpkg -i /home/user/Downloads/example.deb

Hope this helps,
I've tried the method you posted, but I get this message that is preventing me from using that command:
dpkg: requested operation requires superuser privilaged
so, what is the solution to this?

Also, it would be nice if someone can link me to a guide to how to use x terminal.
 
thecursedfly's Avatar
Posts: 243 | Thanked: 198 times | Joined on Aug 2009
#13
Originally Posted by MNX1024 View Post
Also, it would be nice if someone can link me to a guide to how to use x terminal.
http://linuxcommand.org/learning_the_shell.php
 
Posts: 46 | Thanked: 14 times | Joined on Sep 2009
#14
Originally Posted by x61 View Post
anybody figurered out how to access "Documents" from the terminal? What makes it more difficult is not being able to access "tilda" easily.
Bring up the sym menu (cmd-ctrl), press the tilde, press spacebar.
 
Posts: 56 | Thanked: 9 times | Joined on Oct 2009
#15
I don't know alot about linux. But when I am told that I can't run something I put sudo infront of the command to make it work.

Like "sudo dpkg -i <filename>" then it should ask for your password.


Not sure on the N900.
 
x61's Avatar
Posts: 932 | Thanked: 278 times | Joined on Sep 2009 @ Kentucky
#16
Originally Posted by MNX1024 View Post
I've tried the method you posted, but I get this message that is preventing me from using that command:
dpkg: requested operation requires superuser privilaged
so, what is the solution to this?

Also, it would be nice if someone can link me to a guide to how to use x terminal.
Do this first:
sudo gainroot
then enter. This gives you the privillege to install the program you want.

Now you can run
dpkg -i [program name]
. Make sure you are in the directory the program is downloaded.
 

The Following User Says Thank You to x61 For This Useful Post:
Posts: 90 | Thanked: 18 times | Joined on Nov 2009 @ Atlanta
#17
when i try to install .deb files i get " requested operation requires superuser privilege". what should i do
 
Posts: 102 | Thanked: 30 times | Joined on Nov 2009 @ Kolkata, India
#18
the sudo command...probably sudo -s
 
x61's Avatar
Posts: 932 | Thanked: 278 times | Joined on Sep 2009 @ Kentucky
#19
or you could simply type
root
at the terminal first.
 
Posts: 336 | Thanked: 610 times | Joined on Apr 2008 @ France
#20
Originally Posted by x61 View Post
or you could simply type root at the terminal first.
Code:
~ $ root
-sh: root: not found
~ $
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:10.