Signup/Sign In

How To Check Your Current Ubuntu Version

Posted in Programming   JANUARY 6, 2022

    How To Check Your Ubuntu Version

    The free Ubuntu operating system is a decent alternative to Windows and macOS. The open-source system is very adaptable and comes with a choice of pre-installed apps. Programmers might further expand their programs or utilize them for creating their software projects. But of course, there will be instances when you wish to install extra apps. So how can you find out whether your favourite program is compatible with your Ubuntu operating system? The Ubuntu version you’re running will be vital information

    You’ll also need to know which Ubuntu version you’re using while troubleshooting. If you mention the version number in your searches on forums and blogs, you’ll receive a more precise response to your queries. Keep reading to find out how to check your Ubuntu version.

    Checking the Ubuntu version in the terminal

    There are two methods to verify your Ubuntu version in the terminal. Both of them employ a simple command placed into the command line.

    Option 1: Command LSB release -a

    1. Open the terminal using “Show Applications” or use the keyboard shortcut [Ctrl] + [Alt] + [T].
    2. Type the command “LSB release -a” into the command line and click enter.
    3. The terminal indicates the Ubuntu version you’re running under “Description” and “Release.”

    Ubuntu


    Option 2: Read the contents of /etc/lsb-release

    1. Open the terminal using “Show Applications” or with the keyboard combination [Ctrl] + [Alt] + [T].
    2. Type the command “cat /etc/LSB-release” into the command line and hit enter.
    3. The terminal reveals the Ubuntu version you’re running under “DISTRIB RELEASE” and “DISTRIB DESCRIPTION.”

    Ubuntu

    Conclusion

    We have taught you how to discover the version of Ubuntu installed on your machine.

    About the author:
    Adarsh Kumar Singh is a technology writer with a passion for coding and programming. With years of experience in the technical field, he has established a reputation as a knowledgeable and insightful writer on a range of technical topics.
    Tags:linuxhowtoubuntu
    IF YOU LIKE IT, THEN SHARE IT
     

    RELATED POSTS