How do I know which version of qubes os I have installed?

Hello. Tell me please, how do I know which version of qubes os I have installed? I can’t find it anywhere. I’m a newbie. Thank you.

Run this in dom0 terminal:
cat /etc/qubes-release

1 Like

FWIW,

cat /etc/os-release

is the modern cross-platform way to get the OS version, the idea being to move away from distro-specific files like redhat-release, fedora-release, qubes-release, etc. . You run it in dom0 for Qubes.

You can also open About / Qubes OS in Qube Manager to see your version.

1 Like