Saturday, January 25, 2020

How to get GNOME version from the command line

Get Gnome version from terminal
$: 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
Above command does not work on Fedora 22 Workstation.

Tags:
GNOME version command line cli

No comments:

Error opening directory '/media/sf_C_DRIVE': Permission denied

I tried to share a folder from Windows 10 host to Kali 2020.1 Linux guest using VirtualBox but I am getting the following error message: ...