How can I find my current GTK version using Terminal ? Is there a command for that ? I use 16.04 + Unity.
Asked
Active
Viewed 1.4k times
0
How can I find my current GTK version using Terminal ? Is there a command for that ? I use 16.04 + Unity.
dpkg -l | grep libgtk
. There may be more then one "my current GTK version". – mikewhatever Sep 25 '17 at 18:28