View Single Post
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#16
Originally Posted by batman View Post
ok so the 'live-f1_0.2.10-1maemo1_armel.deb' file is on the root directory of the N900

I then go into xterminal and type:

sudo gainroot
Root shell enabled


BusyBox v1.10.2 (Debian 3:1.10.2.legal_losso30+0m5) built_in shell (ash)
Enter 'help' for a list of built_in commands.

/home/user # dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
(Reading database ... 27364 files and directories currently installed.)
Preparing to replace live-f1 0.2.10-1maemo1 (using .../live-f1_0.2.10-1maemo1_armel.deb) ...
Unpacking replacement live-f1 ...
dpkg: dependency problems prevent configuration of live-f1:
live-f1 depends on libneon27 (>= 0.29.3); however:
Package libneon27 is not installed.
dpkg: error processing live-f1 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
live-f1
Ok, so, no problems here :

Always as root, do that :

Code:
apt-get install libneon27 && dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
As usual now, report next error if some more come ...

A++
 

The Following User Says Thank You to colin.stephane For This Useful Post: