Skip to main content
deleted 27 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239

The Answer is Downgrade.

As I searched again in stackoverflow, I found the same issues is faced by others and they were suggested to downgrade the respective Library with following commands .

sudo apt-get install libglib2.0-0=2.48.0-1ubuntu4 sudo apt-get install libglib2.0-dev 

Now I'm stuck with next issue, i.e. ./configure: line 5089:GOBJECT_INTROSPECTION_CHECK(1.42.0)'

Here is the link suggesting the downgrade : https://askubuntu.com/questions/58664/cant-install-package-libglib2-0-dev-because-it-depends-on-some-unknown-version/60314

Hope it helps others too :)

The Answer is Downgrade.

As I searched again in stackoverflow, I found the same issues is faced by others and they were suggested to downgrade the respective Library with following commands .

sudo apt-get install libglib2.0-0=2.48.0-1ubuntu4 sudo apt-get install libglib2.0-dev 

Now I'm stuck with next issue, i.e. ./configure: line 5089:GOBJECT_INTROSPECTION_CHECK(1.42.0)'

Here is the link suggesting the downgrade : https://askubuntu.com/questions/58664/cant-install-package-libglib2-0-dev-because-it-depends-on-some-unknown-version/60314

Hope it helps others too :)

The Answer is Downgrade.

As I searched again in stackoverflow, I found the same issues is faced by others and they were suggested to downgrade the respective Library with following commands .

sudo apt-get install libglib2.0-0=2.48.0-1ubuntu4 sudo apt-get install libglib2.0-dev 

Now I'm stuck with next issue, i.e. ./configure: line 5089:GOBJECT_INTROSPECTION_CHECK(1.42.0)'

Here is the link suggesting the downgrade : https://askubuntu.com/questions/58664/cant-install-package-libglib2-0-dev-because-it-depends-on-some-unknown-version/60314

Source Link

The Answer is Downgrade.

As I searched again in stackoverflow, I found the same issues is faced by others and they were suggested to downgrade the respective Library with following commands .

sudo apt-get install libglib2.0-0=2.48.0-1ubuntu4 sudo apt-get install libglib2.0-dev 

Now I'm stuck with next issue, i.e. ./configure: line 5089:GOBJECT_INTROSPECTION_CHECK(1.42.0)'

Here is the link suggesting the downgrade : https://askubuntu.com/questions/58664/cant-install-package-libglib2-0-dev-because-it-depends-on-some-unknown-version/60314

Hope it helps others too :)