Get Gnome version from terminal
Alternative ways to get version, works on older versions of Gnome.
This will show something like:
GNOME gnome-about 2.32.0
This can also be done using the command below.
Above command does not work on Fedora 22 Workstation.
Tags:
GNOME version command line cli
$: gnome-shell --version
Alternative ways to get version, works on older versions of Gnome.
$: gnome-about --version
This will show something like:
GNOME gnome-about 2.32.0
This can also be done using the command below.
$: gnome-session --version
Tags:
GNOME version command line cli
Comments