Skip to content

Instantly share code, notes, and snippets.

@arraytools
Created February 12, 2016 18:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save arraytools/4d1af59a7ebd58ab3941 to your computer and use it in GitHub Desktop.
corebird installation
vagrant@vagrant:~$ sudo apt-get install corebird
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
corebird : Depends: libgtk-3-0 (>= 3.11.2) but 3.10.8-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
vagrant@vagrant:~$
##########################################################
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:ubuntuhandbook1/corebird
sudo apt-get update
sudo apt-get install corebird
vagrant@vagrant:~$ sudo apt-get install corebird
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libgail-3-0 libgtk-3-0 libgtk-3-common
The following NEW packages will be installed:
corebird
The following packages will be upgraded:
libgail-3-0 libgtk-3-0 libgtk-3-common
3 upgraded, 1 newly installed, 0 to remove and 711 not upgraded.
Need to get 5,614 kB of archives.
After this operation, 24.3 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/ trusty/main libgtk-3-common all 3.12.2-0ubuntu15.2~trusty1 [3,045 kB]
Get:2 http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/ trusty/main libgail-3-0 amd64 3.12.2-0ubuntu15.2~trusty1 [83.2 kB]
Get:3 http://ppa.launchpad.net/gnome3-team/gnome3-staging/ubuntu/ trusty/main libgtk-3-0 amd64 3.12.2-0ubuntu15.2~trusty1 [2,073 kB]
Get:4 http://ppa.launchpad.net/ubuntuhandbook1/corebird/ubuntu/ trusty/main corebird amd64 0.9~trusty0-1 [413 kB]
Fetched 5,614 kB in 18s (308 kB/s)
(Reading database ... 201001 files and directories currently installed.)
Preparing to unpack .../libgtk-3-common_3.12.2-0ubuntu15.2~trusty1_all.deb ...
Unpacking libgtk-3-common (3.12.2-0ubuntu15.2~trusty1) over (3.10.8-0ubuntu1) ...
Preparing to unpack .../libgail-3-0_3.12.2-0ubuntu15.2~trusty1_amd64.deb ...
Unpacking libgail-3-0:amd64 (3.12.2-0ubuntu15.2~trusty1) over (3.10.8-0ubuntu1) ...
Preparing to unpack .../libgtk-3-0_3.12.2-0ubuntu15.2~trusty1_amd64.deb ...
Unpacking libgtk-3-0:amd64 (3.12.2-0ubuntu15.2~trusty1) over (3.10.8-0ubuntu1) ...
Selecting previously unselected package corebird.
Preparing to unpack .../corebird_0.9~trusty0-1_amd64.deb ...
Unpacking corebird (0.9~trusty0-1) ...
Processing triggers for libglib2.0-0:amd64 (2.40.0-2) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Setting up libgtk-3-common (3.12.2-0ubuntu15.2~trusty1) ...
Setting up libgtk-3-0:amd64 (3.12.2-0ubuntu15.2~trusty1) ...
Setting up libgail-3-0:amd64 (3.12.2-0ubuntu15.2~trusty1) ...
Setting up corebird (0.9~trusty0-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
vagrant@vagrant:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment