asidana
|
2009-12-17
, 22:36
|
Posts: 279 |
Thanked: 95 times |
Joined on Sep 2009
|
#141
|
|
2009-12-18
, 00:55
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#142
|
just tried and it didnt do anything. i have selected item before double clicking ctrl
The Following 3 Users Say Thank You to jkq For This Useful Post: | ||
|
2009-12-21
, 05:19
|
Posts: 11 |
Thanked: 14 times |
Joined on Dec 2009
|
#144
|
|
2009-12-24
, 15:28
|
Posts: 20 |
Thanked: 0 times |
Joined on Oct 2009
|
#145
|
|
2009-12-24
, 15:59
|
Posts: 14 |
Thanked: 35 times |
Joined on Dec 2009
@ Ireland
|
#146
|
find / -iname "*.deb" -type f
|
2009-12-24
, 17:47
|
Posts: 20 |
Thanked: 0 times |
Joined on Oct 2009
|
#147
|
@N900_NEWBIE
The file is not found, because you are specifying a file that doesn't exist. There is no "/N 900" directory. I think you are getting confused with the name of the mount point. You can find where you placed your file (or any deb file) by doing this:
e.g.
Then use the full path to the deb with dpkg. Although since I take it you are not familiar with linux commands you should know that you could potentially damage your device.Code:find / -iname "*.deb" -type f
Edit: Here is the find manual, so you know what the switches do.
|
2009-12-24
, 18:03
|
Posts: 14 |
Thanked: 35 times |
Joined on Dec 2009
@ Ireland
|
#148
|
|
2009-12-24
, 18:10
|
Posts: 20 |
Thanked: 0 times |
Joined on Oct 2009
|
#149
|
Please elaborate. What says "not found"? When you run "dpkg" or "find"?
Yes there are spaces between every word. You must type it exactly as I typed it.
If would help if you could install the load applet which lets you take screenshots, and post the output of running the find command after logging in as root (if you still have trouble).
|
2009-12-24
, 18:20
|
Posts: 14 |
Thanked: 35 times |
Joined on Dec 2009
@ Ireland
|
#150
|
The Following User Says Thank You to pwngu!n For This Useful Post: | ||