Dependency is not satisfiable: libtiff4 when trying to install Lightworks on Ubuntu 14.04

I was trying to install Lightworks 11.5.1 (amd64) on Ubuntu 14.04(amd64) but there's a notice: Dependency is not satisfiable: libtiff4. Is there anyway to solve this dependency issue? Thanks in advance.


Solution 1:

Lightworks 11.5.1 is only compatible with Ubuntu 13.10, see the following specs:

http://www.lwks.com/index.php?option=com_content&view=article&id=118&tmpl=component

14.04 provides libtiff5 but not libtiff4 (up to saucy 13.10).

To install the 13.10 amd64 version, go to the download page and select libtiff4_3.9.7-2ubuntu1_amd64.deb.

Now open a Terminal with Ctrl+Alt+t and type in the folder where you downloaded the deb file:

sudo dpkg -i ./libtiff4_3.9.7-2ubuntu1_amd64.deb

Then try again to open lwks-11.5.1-amd64.deb with the Software Center to continue the installation.

enter image description here

Solution 2:

Per this sticky on the Lightworks forum, this bug has been fixed in the latest beta release 11.5.2a, which you can download from the downloads page.

enter image description here

For more information see the changelog.

If you prefer to use the stable version Sylvain's answer works.