[ACCEPTED]-ubuntu webkit install-webkit

Accepted answer
Score: 14

If you need development files for embedding 4 webkit into your application you have to 3 install libwebkit-dev package, execute this 2 from a terminal:

sudo apt-get install libwebkit-dev

For Ubuntu 18.04 and later, you 1 need:

sudo apt-get install libwebkitgtk-dev
Score: 5

For ubuntu 20.04 you need:

libwebkit2gtk-4.0-dev

0

Score: 2

Did you check out this article from Ubuntu 2 official site: https://help.ubuntu.com/community/WebKit It gives everything you 1 need to get webkit up and running on Ubuntu.

More Related questions