View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#44
@leetut
mind sharing what the error is on your friend's n900? Because basically speaking all deb files should install successfully if dependencies are met.

Originally Posted by dallonz88 View Post
i get an error when try to install preenv, but i'm not sure if i can write it here or i have to open a new thread... in that canse i'll delete this message...
btw when i try to install preenv (apt-get install preenv) i get this:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
[...another problem with php packages...]
  preenv: Depends: libjson-glib-1.0-0 but it is not going to be installed
          Depends: libsdl-gles1.2-1 (>= 1.0.0) but it is not going to be installed
          Depends: libsmpeg0 but it is not going to be installed
          Depends: libvorbisidec1 (>= 1:1.2.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
So i searched in internet and i found something here:

then i tried all of these, but every time one of them ends, it asks me to conferm and then it aborts even if i digit 'Y'...
nothing seems to work =/
Seems you got some messed up installed files here...
Just do only apt-get -f install(root) should fix those problems
or you could also do
cd /var/cache/apt/archive
and
rm *
 

The Following User Says Thank You to Radicalz38 For This Useful Post: