Paulo Coghi Asked: 2015-04-18 05:01:59 +0800 CST2015-04-18 05:01:59 +0800 CST 2015-04-18 05:01:59 +0800 CST Ubuntu 12.04 - Install newer libqtwebkit4 instead 2.2.1 for ScudCloud 772 I am trying to install ScudCloud, but it requires libqtwebkit4 version 2.3.2 or greater. Unfortunately, in Ubuntu 12.04 the latest version still remains in 2.2.1. Is there a PPA or an alternative way to update libqtwebkit4 to a newer version? 12.04 1 Answers Voted Paulo Coghi 2015-04-18T05:06:24+08:002015-04-18T05:06:24+08:00 I found a solution in ScudCloud's Github page: Since you do: sudo apt-add-repository -y ppa:rael-gc/scudcloud Don't update and/or try do install ScudCloud. Instead, add these PPA's to solve the libqtwebkit4 incompatibility: sudo add-apt-repository -y ppa:immerrr-k/qtwebkit4-backport Then, update and install: sudo apt-get update sudo apt-get install scudcloud
I found a solution in ScudCloud's Github page:
Since you do:
Don't update and/or try do install ScudCloud. Instead, add these PPA's to solve the
libqtwebkit4
incompatibility:Then, update and install: