All about Computer Science | Linux: OpenSUSE, Red Hat, CentOS, Fedora| RPM Package Manager (RPM) (Red Hat Package Manager)| Programming Concepts | Java | Python | Life Hacks | Microsoft Windows | Tutorials...
Friday, November 6, 2015
Find OpenSUSE Version using Terminal
A quick way to find which version of OpenSUSE you're using:
1. Open Terminal
2. Type:
cat /etc/SuSE-release
That will show you the result.
UPDATE: /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
No comments:
Post a Comment