How to detect machine architecture
Jun 15, 2020
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