• 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 Is Your Ubuntu 32 Or 64-Bit In Command Line

How To Check Is Your Ubuntu 32 Or 64-Bit In Command Line

By Sourabh / November 21, 2024 Category: How To, Ubuntu

Want to check architecture in Linux command line? Here is how to check is your Linux 32 or 64 bit in command line.

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

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

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

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

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