How to detect machine architecture

Massimo Caliman
Jun 15, 2020

--

Photo by Christian Wiediger on Unsplash

Open terminal via Ctrl+Alt+T. When it opens, run the command:

sudo uname -m

Will give “x86_64” for 64 bit, and something else for other 32 bit types(usually “i686”).

You can find this post and others on my blog: trueprogramming.com

--

--

Massimo Caliman
Massimo Caliman

Written by Massimo Caliman

Software Architect, Developer, Java enthusiast

No responses yet