QtWebKit does not exist in CentOS7

Questions regarding the use of the UaExpert.

Moderator: uaexpert

Post Reply
crosland
Full Member
Full Member
Posts: 7
Joined: 07 Mar 2018, 12:02

QtWebKit does not exist in CentOS7

Post by crosland »

Trying to install uaexpert on a new CentOS7 installation, yum fails to find QtWebKit.

Apparently the answer is to first

Code: Select all

sudo yum install epel-release
sudo yum install PyQt4-webKit
After this uaexpert can be installed from the .rpm.

I am not a Linux power user so sorry if this should be obvious but it really should be documented.

Andrew

Post Reply