![]() |
2010-10-24
, 13:42
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#12
|
thanks for the help..
I placed the deb file on the root directory of the N900
I entered the code you gave me, and I got the error:
'dpkg: error processing live-f1_0.2.10-1maemo1_armel.deb (--install):
cannot access archive: no such file or directory
Errors were encountered while processing:
live-f1_0.2.10-1maemo1_armel.deb'
dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
The Following User Says Thank You to colin.stephane For This Useful Post: | ||
![]() |
2010-10-24
, 13:46
|
|
Posts: 861 |
Thanked: 936 times |
Joined on Feb 2010
@ Bulgaria
|
#13
|
![]() |
2010-10-24
, 14:10
|
Posts: 71 |
Thanked: 4 times |
Joined on Mar 2010
|
#14
|
![]() |
2010-10-24
, 14:12
|
Posts: 71 |
Thanked: 4 times |
Joined on Mar 2010
|
#15
|
![]() |
2010-10-24
, 14:20
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#16
|
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
apt-get install libneon27 && dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
The Following User Says Thank You to colin.stephane For This Useful Post: | ||
![]() |
2010-10-24
, 14:34
|
Posts: 71 |
Thanked: 4 times |
Joined on Mar 2010
|
#17
|
![]() |
2010-10-24
, 14:44
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#18
|
Once again; thank you very much for the help..
what is libneon27?
when I input the command you gave me this is what it returns..
/home/user # apt-get install libneon27 && dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libneon27 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package libneon27 has no installation candidate
/home/user #
apt-get install libneon27 && dpkg -i $(find /home/user -name live-f1_0.2.10-1maemo1_armel.deb -type f)
The Following User Says Thank You to colin.stephane For This Useful Post: | ||
![]() |
2010-10-24
, 15:27
|
Posts: 71 |
Thanked: 4 times |
Joined on Mar 2010
|
#19
|
![]() |
2010-10-24
, 15:29
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#20
|
live-f1
The Following User Says Thank You to colin.stephane For This Useful Post: | ||
I placed the deb file on the root directory of the N900
I entered the code you gave me, and I got the error:
'dpkg: error processing live-f1_0.2.10-1maemo1_armel.deb (--install):
cannot access archive: no such file or directory
Errors were encountered while processing:
live-f1_0.2.10-1maemo1_armel.deb'