>> I think I have installed the 32 bit version of Guix System Distribution on >> a 64 bit machine. Hov can I check this?
>> quiliro@GSD2 ~$ lscpu >> Arquitectura: i686 >> modo(s) de operaciĆ³n de las CPUs: 32-bit, 64-bit > > I assume the "modes of operation of the CPU" means that it can run in > 32-bit or 64-bit mode. Here's the `lscpu` from one of my machines: > > efraim@E2140 ~$ lscpu > Architecture: x86_64 > CPU op-mode(s): 32-bit, 64-bit I think I have a 32 bit system installed on my machine (i686) and you have 64 bit system on yours (x86_64) because of the architecture information. Is my suspicion correct?