Skip to content

sudo apt-get install libgtk2.0-dev [SOLVED] #3

Closed
@iklobato

Description

The following error

The following packages have unmet dependencies:
libglib2.0-dev: Depends: libglib2.0-0 (= 2.24.0-0ubuntu4) but 2.24.1-0ubuntu1 is to be installed
E: Broken packages

Can be solved by
sudo aptitude install libglib2.0-dev

Then, it will be asked for downgrade some version

The following actions will resolve these dependencies:
Install the following packages:
libelfg0 [0.8.13-5 (now, oldstable)]
Downgrade the following packages:
libglib2.0-0 [2.48.0-1 bpo8+1 (now) -> 2.42.1-1 (oldstable)]
libglib2.0-bin [2.48.0-1 bpo8+1 (now) -> 2.42.1-1 (oldstable)]
Accept this solution? [Y/n/q/?]

And finally
sudo apt-get install libglib2.0-dev

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions