thoughtbot / capybara-webkit

A Capybara driver for headless WebKit to test JavaScript web apps
https://thoughtbot.com/open-source
MIT License
1.97k stars 427 forks source link

No package qt5-qtwebkit-devel available. #971

Closed loganathansellappa closed 7 years ago

loganathansellappa commented 7 years ago

I'm trying to install capybara-webkit on rhel 6.8 as per the instructions at https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit but I'm getting an error


sudo yum install epel-release
Loaded plugins: priorities, update-motd, upgrade-helper
amzn-main/latest                | 2.1 kB     00:00     
amzn-updates/latest             | 2.3 kB     00:00     
3729 packages excluded due to repository priority protections
Package epel-release-6-8.9.amzn1.noarch already installed and latest version
Nothing to do
sudo yum install qt5-qtwebkit-devel
Loaded plugins: priorities, update-motd, upgrade-helper
3729 packages excluded due to repository priority protections
No package qt5-qtwebkit-devel available.
ZASMan commented 7 years ago

I had the same problem with it not being updated. I ran the following command: sudo apt-get install libqt4-dev libqtwebkit-dev build-essential Then I ran sudo apt-get update. Used this for reference: https://askubuntu.com/a/314194