Tux Guitar

Problems

Subject ubuntu deb file missing depencies   Post Reply Post New Topic



Author Message
MyR
Post: May 19th 2008 at 11:46 PM   Post Reply

I installed tuxguitar-1.0-rc4-ubuntu-x86.deb on ubuntu 7.10.

It appears that not all of the dependies were automatically installed; the jre was missing.


Naturally, the fix was simple:
sudo apt-get sun-java5-jre

However it would be nice if it worked automatically ;]

Excellent application by the way! Tuxguitar rocks!


Back to Top
 
MyR
Post: May 19th 2008 at 11:47 PM   Post Reply

sorry, wrong command:

sudo apt-get install sun-java5-jre

peace


Back to Top
 
Julian
Post: May 20th 2008 at 10:19 AM   Post Reply

Hi,
when you install a .deb package by "dpkg"
you need to run: "apt-get -f install" to complete dependencies.


Back to Top
 

Post Reply