Score:3

Ubuntu Architecture showing "arm64" with Intel CPU for WSL

cn flag

I installed WSL Ubuntu 20.04 on my PC with wsl --install. Then I read the System Architecture info in the Microsoft Store for Ubuntu, and it says "arm64". However, the CPU is Intel 12900K. Shouldn't it be "amd64"?

enter image description here

in flag
Nitpick: If it’s on Windows, it would be ‘x64’, not ‘amd64’.
Score:8
vn flag

It says:

Architecture: arm64 x64

Meaning it will run on either ARM or x64 (Intel/AMD). That's not to say it's platform independent. Technically, of course, it's a different package that gets installed for each architecture depending on your system.

In your case, of course, it's running x64 (a.k.a. x86_64). You can confirm this from within Ubuntu by running uname -a:

Linux Revel 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.