Skip to content

Instantly share code, notes, and snippets.

@valc93
Created November 30, 2014 19:54
Show Gist options
  • Select an option

  • Save valc93/198c561afd67ddae9750 to your computer and use it in GitHub Desktop.

Select an option

Save valc93/198c561afd67ddae9750 to your computer and use it in GitHub Desktop.
Find GTK version installed
https://stackoverflow.com/questions/126141/how-do-you-find-out-which-version-of-gtk-is-installed-on-ubuntu
dpkg -l libgtk* | grep -e '^i' | grep -e 'libgtk-*[0-9]'
https://askubuntu.com/questions/78377/how-to-know-my-gtk-version
apt-cache policy libgtk2.0-0 libgtk-3-0
or
dpkg -l libgtk2.0-0 libgtk-3-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment