Gibt es eine Möglichkeit, über die Befehlszeile zu ermitteln, welche GTK-Version installiert ist?
Ich arbeite an Ubuntu 11.10.
Gibt es eine Möglichkeit, über die Befehlszeile zu ermitteln, welche GTK-Version installiert ist?
Ich arbeite an Ubuntu 11.10.
Antworten:
Geben Sie unter "Schnellfilter" "libgtk-3" ein.
Versuchen: dpkg-query -W libgtk-3-bin
# Gives version as 3.10.8, separated on the left by a tab, and on the right by a ~
$ dpkg-query -W libgtk-3-bin
libgtk-3-bin 3.10.8~8+qiana
# An associated package also gives the package architecture [for me]
$ dpkg-query -W libgtk-3-0
libgtk-3-0:amd64 3.10.8~8+qiana
dpkg -l "*gtk*" | grep ii