0

How can I find my current GTK version using Terminal ? Is there a command for that ? I use 16.04 + Unity.

user227495
  • 4,089
  • 17
  • 56
  • 101

1 Answers1

1

apt-cache policy libgtk2.0-0 libgtk-3-0 (optionally pipe to grep Installed)

or

dpkg -l libgtk2.0-0 libgtk-3-0
slava
  • 3,887
Santosh
  • 11