Facebook Twitter Instagram
    Facebook Twitter Instagram
    Techtown
    • General
    • Linux
      • Linux Commands
      • Debian
      • Ubuntu
      • Linux Mint
      • Centos
      • OpenSUSE
      • Fedora
    • Text Editors
      • Notepad++
      • Sublime Text
    • Resources
      • Books
    • Write for Us
    Techtown
    Home » How to Find openSUSE Version
    Linux

    How to Find openSUSE Version

    By AMApril 28, 2022Updated:April 28, 2022No Comments3 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    openSUSE is a community distribution with a professional spirit that is suitable for servers as well as workstations. That’s why it’s good to support this distribution as well. Today, for example, you will learn how to find out the version of openSUSE. For this, we will use the terminal and the graphical interface of the system.

    Introduction

    openSUSE is a very popular Linux distribution that is sponsored by SUSE. This makes it very stable, robust and with an enterprise feel to it, while still being community-based. This makes it ideal in many environments such as business and education.

    But many times we don’t know what version the computer is running, and this would make it difficult to install proprietary packages for the system. This becomes essential in remote support.

    So let’s go for it.

    Find the version of openSUSE using the terminal

    Using the terminal to find out the version of openSUSE can be a good way to accomplish this goal. There are several options.

    The first one is using the hostnamectl command, which not only gives us the hostname of the system but also other information such as the distribution version.

    hostnamectl

    You will get an output screen like this

    Using the hostnamectl command to find the openSUSE version
    Using the hostnamectl command to find the openSUSE version

    Another way to do this is to use lsb_realease which also provides system information. To achieve this, we need to install the lsb-release package.

    sudo zypper in lsb-release

    Now you can run

    lsb_release -a

    Where you will get an output screen similar to this:

    The lsb_release command
    The lsb_release command

    Finally, if you prefer, you can find the version of openSUSE by displaying the contents of the /etc/os-release file

    cat /etc/os-release
    NAME="openSUSE Leap"
    VERSION="15.3"
    ID="opensuse-leap"
    ID_LIKE="suse opensuse"
    VERSION_ID="15.3"
    PRETTY_NAME="openSUSE Leap 15.3" PRETTY_NAME="openSUSE Leap 15.3
    ANSI_COLOR="0;32"
    CPE_NAME="cpe:/o:opensuse:leap:15.3"
    BUG_REPORT_URL="https://bugs.opensuse.org"
    HOME_URL="https://www.opensuse.org/"

    This way, you can get the version of openSUSE using the terminal.

    Now using the graphical interface

    In this case, it depends on the writing environment you are running. Generally, openSUSE users prefer KDE.

    To achieve this, go into the environment options, and go to System information to display all the details of our openSUSE.

    Show the openSUSE version using KDE plasma
    Show the openSUSE version using KDE plasma

    This way, you can quickly find out the version of openSUSE.

    Conclusion

    Thanks to this short but useful post, you will be able to know the version of openSUSE that is installed on your computer. This can be done from the desktop graphical interface or from the terminal.

    I hope you liked it, and you can share this post with your friends.

    OpenSUSE
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHow to Deploy Redis on Rocky Linux 8
    Next Article How to Install and Use Busybox in Ubuntu
    AM

    Related Posts

    How to Set the Time zone in Debian 11

    May 25, 2022

    How to Open a Terminal in Linux Mint

    May 24, 2022

    How to Restart Ubuntu From the Terminal

    May 23, 2022
    Add A Comment

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Set the Time zone in Debian 11
    • How to Open a Terminal in Linux Mint
    • How to Restart Ubuntu From the Terminal
    • How to Install Zoom on openSUSE
    • How to Install xArchiver on Debian 11
    Affiliate Disclosure
    This website contains Affiliate Links. We get small commission for purchases made through affiliate links (at no extra cost to you)
    Facebook Twitter Instagram Pinterest
    • Debian
    • Ubuntu
    • Mint
    • Fedora
    • CentOS
    • openSUSE
    • Chrome
    • XAMPP
    • Forums
    • Notepad++
    • Privacy Policy
    • About Me
    © 2022 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.