Which linux version ubuntu

How to Check Ubuntu Version Details and Other System Information

Wondering which Ubuntu version you’re using? Here’s how to check your Ubuntu version, desktop environment and other relevant system information.

Knowing the exact Ubuntu version, desktop environment and other system information helps a lot when you’re trying to follow a tutorial from the web or seeking help on forums. It also helps while installing software from some external repositories. To check the Ubuntu version, use the following command in terminal:

Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal

There are other ways to find the Ubuntu version I’ll be discussing in detail in this article. I’ll also share the method for getting the desktop environment version here.

How to check Ubuntu version in the terminal

This is the best way to find your Ubuntu version. I could have mentioned the graphical way first, but I chose this method because it doesn’t depend on the desktop environment you’re using. You can use it on any Ubuntu variant. You can use it to check Linux Mint version, Fedora version or any other distribution you are using. Open a terminal (Ctrl+Alt+T) and type the following command:

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial

How to check Ubuntu version in command line

You can easily see what version of Ubuntu I have here. The current Ubuntu installed in my system is Ubuntu 16.04 and its code name is Xenial. Wait! Why does it say Ubuntu 16.04.4 in Description and 16.04 in Release? Which one is it, 16.04 or 16.04.4? What’s the difference between the two? The short answer is that you’re using Ubuntu 16.04. That’s the base image. 16.04.4 means it’s the fourth point release of 16.04. A point release can be thought of as the Linux equivalent of a Windows service pack. So both 16.04 and 16.04.4 are correct answers to this question. What’s Xenial in the output? That’s the codename of the Ubuntu 16.04 release. You can read this article to find out about Ubuntu naming conventions.

Читайте также:  Lenovo touchpad linux driver

Alternate ways to find the Ubuntu version

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.4 LTS"

How to check Ubuntu version in command line

You can also use this command to get your Ubuntu version:

Forget the \n \l. The Ubuntu version is 16.04.4 in this case, or simply Ubuntu 16.04. Finding Ubuntu version graphicallyYou should see the Ubuntu version here along with the information about the desktop environment you are using, GNOME being the case here. Finding Ubuntu version graphically

How to find out the desktop environment and other system information in Ubuntu

So, you just learned how to find your Ubuntu version. But what about other information? Which desktop environment are you using? Which Linux kernel version is being used? Of course, you can use various commands to get all that information, but I recommend a command line utility called Neofetch. This will show you essential system information in the terminal, accompanied by the ascii logo of the Linux distribution you are using. Install Neofetch using the command below:

sudo apt install neofetch

System information in Linux terminal

Once installed, simply run the command neofetch in the terminal and see a beautiful display of system information. As you can see, Neofetch shows you the Linux kernel version, Ubuntu version, desktop environment and its version, themes and icons in use, etc. I hope this helps you find your Ubuntu version and other system information. If you have suggestions for improving this article, feel free to drop them in the comment section. Ciao 🙂

Источник

How to Find which Ubuntu Linux Version Running on your Computer

This post describes steps one can take to find the version of Ubuntu Linux running on a computer.

A new version of Ubuntu Linux is released frequently. There are two release versions: Standard and Long-Term Support (LTS) releases.

Ubuntu Linux’s normal releases come out every 6 to 9 months. This is suitable for desktop users since the latest versions include new features and hardware support.

Ubuntu LTS releases occur every two years and are supported for five years for desktops and servers. The LTS versions are suitable for servers since long-term support is excellent for enterprise applications and services.

Below is how one can find out the version of Ubuntu Linux running on a system.

Читайте также:  Linux about what is web server

How to find the Ubuntu Linux version on a computer

As described above, there are two types of Ubuntu Linux releases Standard and Long-term support (LTS).

Below are steps you can use to find out the version of Ubuntu you are running.

The quickest way to find out the Ubuntu Linux version is to use the lsb_release utility. LSB (Linux Standard Base) is a utility that provides information about Linux distribution.

To use the utility, open your terminal by typing Ctrl — Alt — T on your keyboard to open the terminal.

Then type the commands below:

lsb_release -a

That should output a similar info sheet below:

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy

That gives you the version of Ubuntu and the release number.

When you use the -d switch with the lsb_release command instead of – a , it displays the description only.

Description: Ubuntu 22.04.1 LTS

Another way to find out the Ubuntu Linux version is via the issue or the os-release file.

Run the commands below to display the content of the issue file. The issue file contains the operating system identification text.

That should output a similar line as below:

Alternatively, you may look in the /etc/os-release file to learn and find out the Ubuntu Linux version.

That file contains more operating system identification data. For example, run the commands below to display the os-release data for Ubuntu Linux.

That should output the lines below:

PRETTY_NAME background-color:rgba(0, 0, 0, 0);color:#e00f0f" >22.04.1 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.1 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy

The hostnamectl command also shows you info about Ubuntu Linux. Run the commands below to view the Ubuntu Linux version.

That should up the info sheet below:

Static hostname: Ubuntu2204 Icon name: computer-vm Chassis: vm Machine ID: 103bd8b830824b90bca97c6ac84ad445 Boot ID: 8f430b32cc1b4831959fbdcae616810f Virtualization: oracle Operating System: Ubuntu 22.04.1 LTS  Kernel: Linux 5.15.0-47-generic Architecture: x86-64 Hardware Vendor: innotek GmbH Hardware Model: VirtualBox

There are many ways to discover the Ubuntu version number from the command line.

Find the Ubuntu Linux version via desktop system settings

If you are on an Ubuntu desktop and want to view the version of Ubuntu Linux running on your computer, you can do that from the Settings app.

To do that, click on the top bar and select the System menu at the top right corner.

Читайте также:  Блокировка рекламы в линукс

Then select Settings.

In the Settings app, select About. You should see details about your computer, including the Ubuntu Linux version.

This post showed you the many ways to view the Ubuntu Linux version running on your computer. Please use the comment form below if you find any errors above or have something to add.

Richard W

I love computers; maybe way too much. What I learned I try to share at geekrewind.com.

Источник

Which linux version ubuntu

How to check Debian version: the quick and easy way

How to check Debian version: the quick and easy way

Knowing which Debian version you have not only helps you to choose the right install package for a program – you also need it to get appropriate support in forums. There are several different methods to check your Debian version. In this step-by-step guide, we’ll explain how to check your version using Terminal and Hardinfo.

How to check your Ubuntu version: a guide

How to check your Ubuntu version: a guide

Knowing which Ubuntu version you’re running is helpful for different things. You can use this information to check whether programs are compatible with your system. Or you can include the version number in troubleshooting searches. It’s thus of crucial importance to know how to check your Ubuntu version. Keep reading to find out how to do so in a few simple clicks.

How to delete a Linux directory

How to delete a Linux directory

Sometimes you may need to delete an entire folder rather than just individual files. If you want to remove a Linux directory, there are several ways to do it. Here are a few basic solutions that use either File Manager or Terminal. We also explain what you can do if you don’t have the necessary rights.

How to delete files in Linux

How to delete files in Linux

Deleting files in Linux couldn’t be easier. Whether you use the file manager or work directly in the terminal with the command “rm”, you can remove Linux files in just a few clicks. Keep reading to find out how to remove single files, multiple files, files of a certain type, or entire folders.

How to use the Linux find command

How to use the Linux find command

While working on a Linux system the command line is frequently used. Many administrative tasks require you to find files and directories based on specific criteria. In doing so, Linux admins are accustomed to using the find command. Here, we’ll show you how the command works and how to use it as a handy tool.

Источник

Оцените статью
Adblock
detector