LinuxMCE Forums

General => Installation issues => Topic started by: haputanlas on December 28, 2007, 02:32:03 am

Title: Envy Errors
Post by: haputanlas on December 28, 2007, 02:32:03 am
Hey Guys,

I am having a problem trying to get my NVidia drivers to get loaded properly. I am using a Geforce 7300GS PCI-e and the NVidia drivers from the website were not working very well. I have been trying to use Envy to get this completed for me, but I am receiving a couple of errors when trying to install Envy. The errors are dependency related, however they are not in the apt repositories. I don't want to mess around with the repository source list since I have read that this can cause problems for LinuxMCE.  Here is the error output of the installation for Envy:

linuxmce@dcerouter:~/Desktop$ sudo dpkg -i envy_0.9.9-0ubuntu3_all.deb
(Reading database ... 105505 files and directories currently installed.)
Preparing to replace envy 0.9.9-0ubuntu3 (using envy_0.9.9-0ubuntu3_all.deb) ...
Unpacking replacement envy ...
dpkg: dependency problems prevent configuration of envy:
 envy depends on python-gtk2; however:
  Package python-gtk2 is not installed.
 envy depends on python-glade2; however:
  Package python-glade2 is not installed.
 envy depends on python-vte; however:
  Package python-vte is not installed.
 envy depends on xserver-xorg-dev; however:
  Package xserver-xorg-dev is not installed.
 envy depends on module-assistant; however:
  Package module-assistant is not installed.
 envy depends on fakeroot; however:
  Package fakeroot is not installed.
 envy depends on dh-make; however:
  Package dh-make is not installed.
 envy depends on debhelper; however:
  Package debhelper is not installed.
 envy depends on dpatch; however:
  Package dpatch is not installed.
dpkg: error processing envy (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 envy



Any ideas?


Thanks

Justin
Title: Re: Envy Errors
Post by: tkmedia on December 28, 2007, 06:23:40 am
Yes

try  apt-get install -f to fix dependencies

as outlined in my post
http://forum.linuxmce.org/index.php?topic=3368.0 (http://forum.linuxmce.org/index.php?topic=3368.0)

good luck