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