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 ?
                +1 
                A: 
                
                
              If you need development files for embedding webkit into your application you have to install libwebkit-dev package. Do this
sudo apt-get install libwebkit-dev
from your console/terminal
                  uzzz
                   2010-03-03 16:08:09
                
              it said E: Couldn't find package libwebkit-dev ?!!!!
                  
                   2010-03-03 17:20:02
                Hm. Which version of ubuntu do you use? On my 9.10 there is this package. Anyway you can try something like this: apt-cache search libwebkit*-dev and there will be list of packages with names libwebkit-something-dev. Try to install them
                  uzzz
                   2010-03-04 06:57:41