I got as far as this code 'apt-get install mplayer' then it said:couldnt find package mplayer.
Would you guys be able to provide me with a link to mplayer as i dont have internet on my n900 but only usb cable.?
There are, however, a number of dependencies that need to be fulfilled, which might be a kind of nasty if you've got your n900 not connected to the internet. The package is in extras so if apt-get couldn't find it, it is probably because you don't have the extras repo enabled.
Downloaded the .deb almal file and put it into my data directory on my n900 attempted to run it to which i am getting an error saying:
unable to install Mplayer movie player' (command line only). some application packages required for the installation are missing.
What should i do about that?
In xterminal i have entered 'apt-get update' to which it told me fialed to update all the reps i have added which i htink is down to the fact the phone has no internet on it.
i downloaded the file from here: http://maemo.org/downloads/product/Maemo5/mplayer/ which is mplayer.install and i put this into my data dir from 'my computer' via windows so its now in the main nokia n900 folder on the phone.
However when i go to x terminal and then type apt-get install mplayer it tells me it cannot find the file on E: or something.
I am afraid, Toby, you're up for the least convenient way of installing a program and it's dependencies.
Go to the package page I linked in my earlier reaction; have a look at the listed dependencies and download every single one of them to the same folder as where you downloaded mplayer. Make sure no other packages (deb files) are in that folder, only the ones needed for mplayer.
Once that is done, browse to that folder from within your terminal, by using
Code:
cd /home/user/MyDocs/<folder_with_programs>
Once there, issue the following command as root
Code:
dpkg -i *.deb
That should take care of the whole installation process.