Hi there,
How do I figure out what version of gnome and gtk I have installed? I am using slackware 10.1
Thanks
Printable View
Hi there,
How do I figure out what version of gnome and gtk I have installed? I am using slackware 10.1
Thanks
One way you could do it is to go to a terminal and run pkgtool for a listing of all your packages. If I remember correctly, you'll have to su to root to run it.
The simplest way to determine which version of GTK is installed it's to type the following command:
pkg-config --modversion gtk+-2.0
Hope this help