{"id":18400,"date":"2022-09-17T05:27:06","date_gmt":"2022-09-17T05:27:06","guid":{"rendered":"https:\/\/linuxways.net\/?p=18400"},"modified":"2022-09-23T01:37:20","modified_gmt":"2022-09-23T01:37:20","slug":"check-your-ubuntu-version","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/ubuntu\/check-your-ubuntu-version\/","title":{"rendered":"How to Check Your Ubuntu Version"},"content":{"rendered":"<p>You may not be aware of the Linux version installed on your system while working on a new Linux distribution. When using an application on your system, sometimes, you need to meet specific system requirements for running an application. It is possible to check the installed Linux distribution version using different methods. Most users don\u2019t know how to collect information about the installed version.\u00a0 The fastest-growing Linux distribution Ubuntu offers a variety of ways to check the installed version of your system that might differ depending on the user&#8217;s preferences.<\/p>\n<p>We will show you in this guide, how to check the installed version of Ubuntu Linux Distribution. All steps and commands are executed on Ubuntu 22.04 Jammy Jellyfish distribution.<\/p>\n<h2>How to Check Which Version is Running on Ubuntu?<\/h2>\n<p>We can check the installed version in Ubuntu 22.04 distribution by using two different methods:<\/p>\n<ol>\n<li><a href=\"#1\">Check Ubuntu version using terminal commands<\/a><\/li>\n<li><a href=\"#2\">Check Ubuntu version using GUI (Graphical User Interface)<\/a><\/li>\n<\/ol>\n<h2 id=\"1\">Method 1: How to Check the Ubuntu Version Using Terminal?<\/h2>\n<p>We can check the Ubuntu version via terminal using the following different commands:<\/p>\n<h3>Check Ubuntu Version via lsb_release Command<\/h3>\n<p>Press the Ctrl+Alt+t\u2019 keyboard shortcut to open the Terminal. Or you can open it by clicking on the terminal icon.<\/p>\n<p>The <strong>\u2018lsb_relaese\u2019<\/strong> is a command-line utility that prints the LSB (Linux Standard Base) information about Ubuntu or any other Linux distribution. Most users prefer this method to check the Ubuntu version because it displays the installed version of any Linux distribution no matter which Ubuntu version is running on your system.<\/p>\n<p>Run the \u2018lsb_release\u2019 command along with the option \u2018-a\u2019 to check which Ubuntu version is currently running on your system:<\/p>\n<pre>\n$ lsb_release -a\n<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"643\" height=\"138\" class=\"wp-image-18406\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-1.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-1.png 643w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-1-300x64.png 300w\" sizes=\"auto, (max-width: 643px) 100vw, 643px\" \/><\/p>\n<p>The installed Ubuntu version will display in the description. As you can see, Ubuntu 22.04 version is installed on this system. If you want to see only the installed version description in a line instead of displaying all other details, you can use the \u2018lsb_release\u2019 command with option \u2018-d\u2019:<\/p>\n<pre>\n$ lsb_release -d\n<\/pre>\n<p>Now, the Ubuntu version will show in a description line.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"615\" height=\"57\" class=\"wp-image-18408\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-2.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-2.png 615w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-2-300x28.png 300w\" sizes=\"auto, (max-width: 615px) 100vw, 615px\" \/><\/p>\n<h3>Check Ubuntu Version via \u2018\/etc\/os-release\u2019 File<\/h3>\n<p>The \u2018\/etc\/os-release\u2019 file contains the information about operating system identification. You can locate this file on the Ubuntu 16.04 or the latest Ubuntu versions of those running systemd services. To check the Ubuntu 22.04 version using the \u2018\/etc\/os-release\u2019 file, run the \u2018cat\u2019 command:<\/p>\n<pre>\n$ cat \/etc\/os-release\n<\/pre>\n<p>You will see the following details on the terminal:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"729\" height=\"272\" class=\"wp-image-18409\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-3.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-3.png 729w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-3-300x112.png 300w\" sizes=\"auto, (max-width: 729px) 100vw, 729px\" \/><\/p>\n<h3>Check Ubuntu Version via \u2018\/etc\/issue\u2019 File<\/h3>\n<p>The \/etc\/issue file contains the information about the currently installed Ubuntu version. Use the \u2018cat\u2019 command to check the installed Ubuntu version:<\/p>\n<pre>\n$ cat \/etc\/issue\n<\/pre>\n<p>You will receive the following output on the terminal screen:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"668\" height=\"87\" class=\"wp-image-18411\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-4.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-4.png 668w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-4-300x39.png 300w\" sizes=\"auto, (max-width: 668px) 100vw, 668px\" \/><\/p>\n<h3>Check Ubuntu Version Utilizing the \u2018hostnamectl\u2019 Command<\/h3>\n<p>The \u2018hostnamectl\u2019 command can use for different purposes. For example, you can set or change your system\u2019s hostname using this command. Using the \u2018hostnamectl\u2019 command, you can also display the information about the currently installed Ubuntu version. So, you can easily check the Ubuntu version and Ubuntu Linux kernel version using this command:<\/p>\n<pre>\n$ hostnamectl\n<\/pre>\n<p>The above command will only work on Ubuntu 16.04 or the latest Ubuntu versions.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"261\" class=\"wp-image-18412\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-5.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-5.png 650w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-5-300x120.png 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/p>\n<h2 id=\"2\">Method 2: How to Check Ubuntu Version Using GUI (Graphical User Interface)?<\/h2>\n<p>If you don\u2019t prefer the command line method, you can use an alternative way to check the Ubuntu version using GUI settings. It is a little bit time-consuming method, but if you are still working with GUI layout, you might prefer to use this method.<\/p>\n<p>First, click on the \u2018Show Applications\u2019 icon. Now, locate the \u2018settings\u2019 window using the search bar. Click on the setting icon to proceed further as you can also see in the following screenshot:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1917\" height=\"944\" class=\"wp-image-18414\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-6.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-6.png 1917w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-6-300x148.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-6-1024x504.png 1024w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-6-768x378.png 768w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-6-1536x756.png 1536w\" sizes=\"auto, (max-width: 1917px) 100vw, 1917px\" \/><\/p>\n<p>Navigate into the \u2018About\u2019 tab from the system settings. Here, you will see the following details such as device name, OS name, OS type, and etc.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"976\" height=\"810\" class=\"wp-image-18416\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-7.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-7.png 976w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-7-300x249.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2022\/08\/word-image-18400-7-768x637.png 768w\" sizes=\"auto, (max-width: 976px) 100vw, 976px\" \/><\/p>\n<h2>Conclusion<\/h2>\n<p>We learned in this tutorial how to check which Ubuntu version is running on your Linux system.\u00a0 You can check easily check the installed Ubuntu version using the command line or by using the gnome GUI.<\/p>","protected":false},"excerpt":{"rendered":"<p>This is how to check the installed version of Ubuntu Linux Distribution. All steps and commands are executed on Ubuntu 22.04 Jammy Jellyfish distribution.<\/p>","protected":false},"author":2,"featured_media":18441,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-18400","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/18400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=18400"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/18400\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/18441"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=18400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=18400"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=18400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}