Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

How do I check my version of GNOME-Shell?

Writer Emily Wong

There's got to be some simple way I'm missing, but for the life of me I can't find it. How do I check my version of GNOME-Shell?

2 Answers

Just type

gnome-shell --version

into a terminal.

2

The gnome-shell man page doesn't show --version as an option. Assuming you have installed it from the ubuntu repositories then you can look up the version in the repository. To just show the version:

apt-cache show gnome-shell | grep Version

On Ubuntu Maverick (10.10) I get

Version: 2.31.5-2ubuntu2

Note that this works whether or not the package is installed. You can also look up all packaged versions of gnome-shell on all ubuntu versions on

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy