0
$ uname -i
x86_64

but my CPU is AMD® Ryzen 9 3900x

ubuntu-22.04.2-desktop-amd64.iso was installed (amd64 != x86_64? or is the same thing?)

What are the consquences here? Should I expect that my computer is running slower / various apps don't make use of CPU optimizations?

VMWare / virtualbox running on this host also seem unstable.

(This is 22.04.2)

user48956
  • 651
  • 1
  • 7
  • 13

1 Answers1

4

x86_64 is identical to amd64.

x86_64 means 64 bit. Your processor is also 64 bit.

You have the right architecture. There is nothing to worry about.

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212
  • What's the difference with ubuntu-22.04.2-desktop-amd64.iso ? – user48956 Jun 07 '23 at 18:55
  • (At least for debian, "amd64" was previously for 64 bit amd, not for intel machines). – user48956 Jun 07 '23 at 19:13
  • 2
    amd64 is also the architecture for most 64 bit Intel machines. Intel introduced itanium processors which were not amd64, but they are not for regular desktop computers. Traditional 32 bit machines have the i386 architecture. – Archisman Panigrahi Jun 07 '23 at 19:39