Epiphany is the web browser for the GNOME desktop. Epiphany added support for the Webkit engine since version 2.19.6. This short article will help you install Epiphany with the Webkit backend on Ubuntu 7.10 Gutsy Gibbon.
1. Install all of the dependencies:
sudo aptitude install python2.4 libcurl3 libffi4
2. Download the deb packages for Ubuntu 7.10 from here. You need epiphany-webkit_2.20.1-2_i386.deb, epiphany-browser-data_2.20.1-2_all.deb and libwebkitgtk0d_0~svn26044-1_i386.deb.
3. Install Epiphany with the Webkit backend, you can run this command:
sudo dpkg -i epiphany-webkit_2.20.1-2_i386.deb epiphany-browser-data_2.20.1-2_all.deb libwebkitgtk0d_0~svn26044-1_i386.deb
To run Epiphany, you can execute the following command in terminal:
epiphany-webkit
6 responses so far ↓
1 Raven // Nov 21, 2007 at 6:48 pm
64bit version?
2 Volker // Dec 5, 2007 at 12:52 am
In the dialogue “Help” -> “About” it still prints Gecko 1.8 as engine. I had to remove the epiphany-browser packet from the ubuntu repositories first to install the version listed above.
3 me // Jan 12, 2008 at 8:42 am
to be exact, epiphany-browser-data_2.20.1-2_all.deb conflicts with epiphany-browser about a man page at /usr/share/man/man1/epiphany-browser.1.gz
4 Infogerance // Feb 26, 2008 at 11:32 am
Please would you provide a link to the package source? I would like to run the package compilation myself.
5 ajabogado // Jul 11, 2008 at 9:50 am
Thanks for this help. I actually like the swiftness of epiphany rendering a safari like output. Very useful for web designers running on Linux. For my case, Ubuntu.
6 Matt Austin // Jun 15, 2009 at 12:06 am
There is now an Epiphany Webkit PPA, so you can enjoy the webkit version of epiphany in Ubuntu Jaunty (it is not available in the standard repositories in Jaunty). I posted some instructions to get started: http://mattaustin.me.uk/2009/06/epiphany-webkit-on-ubuntu-jaunty-9-04/
Leave a Comment