View Single Post
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#18
Originally Posted by batman View Post
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 #
Hehehe

You need to add the 'Extra-Devel' repository ...

To activate :

Start Application manager –> Application catalogs –> New
Catalog name: Maemo Extras-devel
Web address: http://repository.maemo.org/extras-devel/
Distribution: fremantle
Components: free non-free

Leave the Application manager update the new repository, then come back to console and as root :

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: