2

I'm just trying to install Corebird. It has some dependencies and one of them is Gtk+ >= 3.12. I would say I have search a lot and finally frustrated from a lot of other dependencies. I'm afraid if Corebird worth it finally or not!

Is there a straight-forward way to install GTK+ 3.12 on my Ubuntu PC? I mean step-by-step tutorial!

Omid
  • 846
  • 5
  • 12
  • 24

2 Answers2

6

This question has already been answered here. Corebird packages are now available.

If you're on Ubuntu 14.04, open terminal and type:

sudo add-apt-repository ppa:gnome3-team/gnome3

sudo add-apt-repository ppa:gnome3-team/gnome3-staging

Then, for both 14.04 and 14.10 flavours, type:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

sudo apt-get update

sudo apt-get install corebird

Finally, remove gnome 3 staging ppa:

sudo add-apt-repository -r ppa:gnome3-team/gnome3-staging

source: http://ubuntuhandbook.org/index.php/2014/07/install-corebird-ubuntu-ppa/

jimpinho
  • 108
-2

You can download libgtk3-0-3.12 .deb file ftom Launchpad.net.

Then install that file with the command :

sudo dpkg -i {.DEB FILE NAME HERE]