ubuntu webkit install

23,816

Solution 1

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

sudo apt-get install libwebkit-dev

For Ubuntu 18.04 and later, you need:

sudo apt-get install libwebkitgtk-dev

Solution 2

For ubuntu 20.04 you need:

libwebkit2gtk-4.0-dev

Solution 3

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

Share:
23,816
user248230
Author by

user248230

Updated on September 08, 2021

Comments

  • user248230
    user248230 over 2 years

    i'm new to ubuntu and i want to install webkit 1.0 as dev version but i don't know what i have to do ?