How To Find OpenSuse / SUSE Linux Version
How To Find OpenSuse / SUSE Linux Version in Categories Linux, Suse, Troubleshooting How do I find out my Suse Linux / OpenSuse Linux / Suse Enterprise Linux server/desktop version using the command line options? You need to use the following cat command to find out your SUSE / OpenSuse Linux version. Open a terminal app and type the following command: $ cat /etc/SuSE-release Sample Outputs: SUSE LINUX 10.0 OSS VERSION = 10.0 Using /etc/os-release file Another options is to type the following command: $ cat /etc/os-release Sample outputs: NAME="openSUSE Leap" VERSION="42.3" ID=opensuse ID_LIKE="suse" VERSION_ID="42.3" PRETTY_NAME="openSUSE Leap 42.3" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap:42.3" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" Use lsb_release command You may need to install a package callee lsb_release using the zypper command: $ su...
Comments
Post a Comment