• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Check Linux 32 Or 64-Bit In Command Line

How To Check Linux 32 Or 64-Bit In Command Line

By Sourabh / January 25, 2024 Category: How To, Ubuntu

Let us learn how to check Linux 32 or 64-bit in command line and how to check OS version in Linux using command line?

Check linux 32 or 64-bit command line

To find out if your Linux installation is 32 bit or 64 bit, run the command:

uname -i

Uname -i gives you the hardware-platform. If you want to get more information, you can use uname -a to get all the system information. It will also tell you if your system is 32-Bit or 64-Bit.

uname -a

NOTE: x86_64 is 64 bit and i386, i686 is 32 bit.

Check OS version in Linux using command line

To check OS version and to know the operating system version on Linux Ubuntu, run the following commands in terminal:

lsb_release -a
cat /etc/os-release

To view your Linux OS version and all the relevant information, run the following command in Terminal:

hostnamectl

If you want to get Linux Kernel info, run:

uname -r

or

uname -v

Knowing OS version is important to install the right version of the software.

Primary Sidebar

Latest Posts

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap