PDA

View Full Version : [SOLVED] lmms uninstallable in ubuntu studio 8.04?


rixtr66
August 28th, 2009, 03:49 PM
why cant i install the latest version of lmms?
ive added the repositories,but i get a message saying the following packages have unresolvable dependancies
libqt4-xml(>=4.4.0)but is not installable,etc.is there a workaround for this?please help.
Rick:(

scrooge_74
August 28th, 2009, 03:53 PM
Because some other library or app which depends on the same app cant be upgraded.

You need to upgrade the dependencies as well.

Post your source list

snowpine
August 28th, 2009, 03:54 PM
The error message is telling you that whatever version you're trying to install depends on a newer "library" than what is found in 8.04.

sudo apt-get install lmms

will give you the correct version of lmms for your Ubuntu release.

Understand that all of the applications in Hardy Heron 8.04 are over a year old.

You might try enabling the backports repository; I believe that will give you qt 4.4.

https://help.ubuntu.com/community/UbuntuBackports

rixtr66
August 28th, 2009, 05:19 PM
o.k thanks for the backport info!!!after the update from the backports,
i installed lmms from the console and it now works!:guitar:
thanks again!
Rick