Version number hard to find

On the website I can’t find what the current version is for download. I eventually found that if I hovered over the download links I could see the version in the URL.

On Manjaro itself I don’t see the version number in the settings. It shows lots of other versions, like KDE Plasma Version, Frameworks, Qt, Kernel, but not the Manjaro version. Show more information also doesn’t reveal it. Apparently I either have to cat /etc/lsb-release, or open the Manjaro Hello program to find the version.

My suggestion is to list the version number on the website download page, and in the About this System page in the GUI.

1 Like

Hi @blargg, and welcome!

Manjaro is a rolling-release, and as such there isn’t really different versions. When you upgrade you are on the most recent and current release.

Edit:

Please also see

While it is true:

The versions just reflects the current iso versions…

What you mean, must be for example in gnome-control-center this here:
image

It retrieves the name form /etc/os-releases

Would be eventually a good idea to see what the current name and version is… since Manjaro Team advertises it in CodeNames and Versions…

Maybe like this (by updating the pretty name):

$ cat /etc/os-release 
NAME="Manjaro Linux"
ID=manjaro
ID_LIKE=arch
BUILD_ID=rolling
PRETTY_NAME="Manjaro Ruah"
ANSI_COLOR="32;1;24;144;200"
HOME_URL="https://manjaro.org/"
DOCUMENTATION_URL="https://wiki.manjaro.org/"
SUPPORT_URL="https://manjaro.org/"
BUG_REPORT_URL="https://bugs.manjaro.org/"
LOGO=manjarolinux

image

However… just an idea. lsb_release gets updated, but not os-release. So might be an idea to update it here also.

1 Like

You can also find the version in Manjaro Hello which normally should be installed by default.