5 Easy Ways To Check Your Ubuntu Version

July 24, 2024 by
Ever needed to know which version of Linux you’re working with? Whether you’re troubleshooting an issue, ensuring compatibility with specific software, or planning a hardware upgrade, knowing your operating system’s version can be crucial. This is especially true for Ubuntu users, but these methods can work for most Linux distributions. This information can help you […]


Ever needed to know which version of Linux you’re working with? Whether you’re troubleshooting an issue, ensuring compatibility with specific software, or planning a hardware upgrade, knowing your operating system’s version can be crucial. This is especially true for Ubuntu users, but these methods can work for most Linux distributions.

This information can help you troubleshoot issues, avoid compatibility problems, and plan hardware upgrades. It can even help you maintain good security.

In other words, checking your Linux version is important when the need arises. Whether you’re ensuring you have the latest update or figuring out if you’re running an older version, you’ve come to the right place.

In this concise guide, we’ll show you how to identify your Ubuntu version in minutes.

Let’s get started!

The Different Versions Of Ubuntu

Timeline Chart Showing Release Dates Of Various Ubuntu Versions From 2014 To 2036, Including Standard And Extended Support.
5 Easy Ways To Check Your Ubuntu Version 26

Each version of Ubuntu is basically an update to the operating system. New versions come along every six months on average, and every release has its own code name.

Here are some recent examples:

  • 24.04 LTS Noble Numbat
  • 23.10 Mantic Minotaur
  • 22.04 LTS Jammy Jellyfish

Unlike some other desktop operating systems, Ubuntu is available in many different flavors, each offering something unique. 

However, these flavors are essentially different desktop environments wrapped around the same Ubuntu base system. They all share the same Linux kernel and core operating system.

This underlying system is what we need to investigate to find that all-important version number.

Why You Might Need To Check Your Ubuntu Version

“Remind me why I need to know my Ubuntu version again?”

We hear you.

There are several good reasons to look up your version number.

Here are the highlights:

Checking Software Compatibility

You might not be able to run new software on older releases, and the same goes for new updates of existing apps. A compatibility check on the Ubuntu version of your device can help you avoid any potential problems.

Security Updates

New versions of Ubuntu often seek to patch security weaknesses. If you’re worried about a specific vulnerability, you might want to ensure you’re up to date.

Troubleshooting Issues

When you’re trying to resolve problems on your device, it really helps to know your Ubuntu version number. Some problems are specific to certain releases, so almost every tech support person asks for this information.

Planning for Upgrades

If you plan to update your system, make sure you check whether your device can actually handle the update. There’s a possibility that older devices may not meet the technical requirements for the latest Ubuntu versions.

By the same token, you might need to update Ubuntu to harness newer hardware upgrades.

Get Content Delivered Straight to Your Inbox

Subscribe now to receive all the latest updates, delivered directly to your inbox.

How To Find Out Which Version Of Ubuntu You’re Using

Enough with the theory. You’re probably itching to get that version number by now.

Here are the best methods to check your Ubuntu version via the command line and (graphical user interface) GUI — ranked from easy peasy to slightly more technical.

Method 1: Check Your Version Via The GUI Settings 

The most user-friendly way to check your Ubuntu version is through the GUI:

  1. In the Launcher, click the little Settings gear icon
  2. On the left-hand side, you will see loads of options. Hit the one labeled Details
  3. After you click, a new window should open
  4. In this window, scroll down until you see the About section, where you should find your Ubuntu version number
Ubuntu System Information Screen Displaying Os Name, Version Number, Codename, And Other Hardware Details.
5 Easy Ways To Check Your Ubuntu Version 27

This route is perfect if you’re not confident with scripting and the Linux command line.

That said, you can get the job done a little faster via the Terminal.

Method 2: The lsb_release -a Command 

One way to make use of the command line is through the lsb_release command. This prints out useful information about the Linux kernel version and Linux distribution you’re using — in this case, Ubuntu.

Here’s how to use it:

  1. Launch Terminal using Ctrl+Alt+T
  2. Type in the following command: lsb_release -a
  3. Hit Enter
  4. The output should include the version number labeled as Release
Terminal Screenshot Showing The Command &Quot;Lsb_Release -A&Quot; And Output Indicating No Lsb Modules Are Available On Ubuntu.
5 Easy Ways To Check Your Ubuntu Version 28

Method 3: The cat /etc/os-release Command 

Rather than asking the Linux command line for your version number, you can simply query the files that hold this information.

  1. Launch Terminal using Ctrl+Alt+T
  2. Type in the following command: cat /etc/os-release
  3. Hit Enter
  4. Terminal should output the contents of the os-release file
  5. You’ll find the key data under the DISTRIB_RELEASE and DISTRIB_CODENAME variables

Method 4: Check Your /etc/issue File

Another place where information is stored is the /etc/issue file. We can call on this document using a simple command and get only the Ubuntu version as a response.

  1. Launch Terminal using Ctrl+Alt+T
  2. Type in the following command: cat /etc/issue
  3. Hit Enter
  4. You should see a single line of text, listing your version number
Terminal Screenshot Displaying The Commands To Check The Ubuntu Version And List The Contents Of The /Etc/Issue File.
5 Easy Ways To Check Your Ubuntu Version 29

Method 5: Use The hostnamectl Command

The hostnamectl command is designed to help you change your system’s hostname. (That’s the identity of your device when it’s connected to a network.)

But we’re not interested in that today. 

Instead, we’re going to use the command to reveal some key information about your system, including the all-important Ubuntu version number.

  1. Launch Terminal using Ctrl+Alt+T
  2. Type in the following command: hostnamectl
  3. Hit Enter
  4. You should see several lines of information, including your Operating System and Kernel versions
Terminal Showing System Information For Ubuntu 22.04.4 Lts Instance Running On Aws, Including Hostname, Kernel Version, Etc.
5 Easy Ways To Check Your Ubuntu Version 30

Ubuntu Version FAQs

Got more questions? Below are a few of the most common ones regarding Ubuntu releases:

How often should I check my Ubuntu version?

You don’t need to check your Ubuntu version unless you’re updating to the next version, upgrading your setup, or trying to troubleshoot problems.

How can I upgrade my Ubuntu version?

You can upgrade via the Software Updater application or by choosing the upgrade option when Ubuntu notifies you about a new version.

What’s the difference between LTS and non-LTS Ubuntu versions?

You may notice that some Ubuntu version codes include the acronym LTS. This stands for long-term support.

LTS versions of Ubuntu are released every two years and are supported for five years from their release date.

In contrast, non-LTS versions are released every six months. They only come with nine months of guaranteed support.

If you want a stable environment for getting things done, LTS might be the way to go.

However, you won’t get the latest and most experimental features that appear in other versions.

Does checking my Ubuntu version require sudo privileges?

Nope. You can use the lsb_release, /etc/os-release, and GUI methods mentioned above without sudo access.

What are the Ubuntu release naming conventions?

Each new version of Ubuntu is given a name to make it easier to reference. These names follow a simple format: adjective animal. For example, the next release will be Oracular Oriole (24.10).

The first letter of both words is usually the same, and each new version moves to the next letter in the alphabet. The animals and adjectives can sometimes be a bit obscure, but these codenames are definitely memorable.

In addition to the names, Ubuntu versions also have a numbering system that follows the format YY.MM, where YY represents the year and MM represents the month of the release. For instance, Ubuntu 24.10 indicates a release in October 2024. This numbering system helps users quickly identify how old a particular release is. The “minor” version will always be either .04 or .10 to represent the months in which new releases are put out into the wild.

Together, the codename and version number provide an easy way to identify and reference specific Ubuntu releases.

Staying up to Date

As you’ve seen, finding out which version of Ubuntu is on your computer isn’t that hard.

You just need to know where to look, or which commands to use. To recap, the key methods are:

  1. Check in your Settings via GUI
  2. Use the lsb_release -a command
  3. Enter the cat /etc/os-release command
  4. Ask for cat /etc/issue in Terminal
  5. Make use of the hostnamectl command

Save this page for future reference, and you’ll never run into the same problem again!

Of course, software updates don’t only apply to desktop machines. Website owners need to track new versions and check for upgrades all the time.

If you’re tired of chasing your tail, consider moving your site to DreamHost.

Our managed hosting plans take care of updates automatically, meaning you don’t need to worry about version numbers. And with automatic daily backups, you can restore your site to a previous version with a couple of clicks.

Sign up today to make your life a little easier!

VPS Hosting

VPS Hosting

When You Expect Performance Get DreamHost VPS

Big or small, website or application – we have a VPS configuration for you.

See More

Brian is a Cloud Engineer at DreamHost, primarily responsible for cloudy things. In his free time he enjoys navigating fatherhood, cutting firewood, and self-hosting whatever he can.

Your Dream Website Is Just One Click Away

At Ericks Webs Design, we believe every business deserves a stunning online presence — without the stress. We offer flexible payment options, a friendly team that truly cares, and expert support every step of the way.

Whether you’re a small business owner, a church, or a growing brand, we’re here to bring your vision to life.

✨ Let’s build something amazing together.

— no pressure, just possibilities.

Latest News & Website Design Tips

Stay up-to-date with the latest insights, trends, and tips in business website design. Explore our newest articles to discover strategies that can help you elevate your online presence and grow your business.

Why Your Website is Your #1 Sales Tool in 2025

Why Your Website is Your #1 Sales Tool in 2025

The article “Why Your Website is Your #1 Sales Tool in 2025” highlights the importance of having an effective website as the key to driving sales for small businesses. It emphasizes that a well-designed website acts as a digital storefront, attracting customers with engaging content rather than clutter. With studies showing that consumers prefer informative articles over advertisements, businesses should focus on solid branding, SEO, and mobile-friendliness. Regular updates and maintenance are crucial to keep the site relevant. Ultimately, the article stresses that your website is your number one sales tool in 2025, urging small businesses to invest attention and care in their online presence.

Track & Improve Conversions with These Tools

Track & Improve Conversions with These Tools

The article “Track & Improve Conversions with These Tools” emphasizes the importance of transitioning casual website visitors into loyal customers for small and medium businesses in South Texas. It discusses leveraging tools like Google Analytics to understand audience behavior, A/B testing to optimize calls-to-action, and Hotjar to enhance user engagement. The article also highlights the role of social proof through testimonials and the significance of defining a unique selling proposition (USP) to stand out in a competitive market. With the right strategies and tools, businesses can effectively track and improve conversions, ensuring a successful online presence.

Capture More Leads with Popups (Without Being Annoying)

Capture More Leads with Popups (Without Being Annoying)

The article “Capture More Leads with Popups (Without Being Annoying)” explains how business owners can effectively use popups to attract leads while maintaining a positive user experience. Rather than appearing immediately, popups should be timed to appear after visitors engage with the site. Clear, friendly messaging and relevant offers tailored to site content are essential. Incentives, such as discounts, can encourage email sign-ups by fostering relationships. Testing various popup styles and ensuring they reflect the brand’s personality can enhance user connection. Ultimately, when used thoughtfully, popups can be a powerful tool for capturing more leads without being intrusive.

How to Use Social Proof to Drive Sales

How to Use Social Proof to Drive Sales

The article “How to Use Social Proof to Drive Sales” emphasizes leveraging social proof to enhance online presence and drive sales for local businesses. It highlights the importance of customer reviews, encouraging satisfied clients to share their experiences on platforms like Google and Facebook. Utilizing social media to showcase success stories and engaging with the audience is also recommended. Creating detailed case studies can provide evidence of results, while showcasing accolades and community involvement builds trust. Overall, businesses can harness social proof to strengthen relationships, establish credibility, and ultimately boost sales in a competitive digital landscape.

5 Website CTAs That Work Every Time

5 Website CTAs That Work Every Time

The article “5 Website CTAs That Work Every Time” emphasizes the importance of effective Call to Actions (CTAs) for improving website engagement. It highlights five key CTAs: “Get Your Free Quote Today!” encourages initial interaction; “Subscribe for Exclusive Tips & Tricks!” builds an email list while providing value; “Let’s Chat!” makes reaching out easy; “Check Out Our Portfolio” showcases previous work to build trust; and “Join Our Community” fosters a sense of belonging. The piece underscores that well-crafted CTAs transform a passive website into an engaging platform, ultimately boosting customer interaction and loyalty.

The Psychology Behind High-Converting Website Design

The Psychology Behind High-Converting Website Design

The article “The Psychology Behind High-Converting Website Design” highlights the importance of an effective website for boosting local businesses. It emphasizes that first impressions are crucial, as users form opinions within 50 milliseconds. Key elements for high-converting website design include visual hierarchy, clean layouts, and color psychology to evoke emotions. Engaging content is essential; it should resonate with the audience, tell stories, and feature clear calls to action. Building trust through easy navigation, social proof, and secure sites is vital for converting visitors into customers. Finally, the website should be adaptive, regularly updated to reflect new information and keep visitors engaged.

Create a Landing Page That Converts Like Crazy

Create a Landing Page That Converts Like Crazy

The article “Create a Landing Page That Converts Like Crazy” emphasizes the importance of an effective landing page for businesses of all sizes. It outlines key strategies to enhance conversions, starting with understanding your audience’s language and preferences. The author recommends using clear headlines, engaging visuals, and strong calls to action. Building trust through social proof, ensuring mobile responsiveness, and optimizing for SEO are also highlighted as crucial elements. Finally, the importance of monitoring analytics for continuous improvement is stressed. The article encourages business owners to collaborate with web design experts to create landing pages that truly convert.

Lead Magnets You Can Add to Your Website Today

Lead Magnets You Can Add to Your Website Today

The article “Lead Magnets You Can Add to Your Website Today” discusses how small business owners can enhance their online presence by using lead magnets. A lead magnet is an incentive, like a freebie, offered in exchange for a visitor’s email address. Suggested lead magnets include e-books, checklists, free trials, discount codes, webinars, and email courses, all designed to attract and engage potential customers. The article emphasizes the importance of making lead magnets easily accessible on your website and using analytics for performance tracking. It encourages businesses to embrace these strategies to convert visitors into lifelong customers, ultimately contributing to their growth.

Why You’re Losing Clients Without a Strong Homepage

Why You’re Losing Clients Without a Strong Homepage

The article “Why You’re Losing Clients Without a Strong Homepage” emphasizes the critical role of a well-designed homepage in attracting and retaining clients. It likens a confusing homepage to a messy store, which can drive potential customers away. A strong homepage should provide clear information about your offerings and resonate with the community, including using local visuals and language options. It’s vital to ensure mobile-friendliness and keep content updated to maintain engagement. A compelling homepage serves as a professional welcome mat for visitors, significantly impacting client retention. In summary, a strong homepage is essential for business success, especially in competitive markets like South Texas.