SDB:Find openSUSE version
tagline: From openSUSE
| This procedure was tested on openSUSE 12.1 |
This article describes steps to find which version of openSUSE are you running
[edit] The GUI way
Open /etc/SuSE-release in your favorite text editor.
[edit] The CLI way
Open a terminal, run
cat /etc/SuSE-release
Both ways should show something similar to:
openSUSE 11.2 (X86-64) VERSION = 11.2
- i586 means 32-bit version
- x86-64 means 64-bit version


