i want to install Wine and during the tutorial i have seen this code sudo dpkg --add-architecture i386
which is enabling 32-bit architecture. I have a 64-bit computer, with Intel i3, and I'm asking if I can reverse this, like from 32-bit to get back on 64-bit, or have something like x86-x64. Besides this, can someone explain me, or give me links to read about how does architectures works? Thanks!
Asked
Active
Viewed 78 times
0

sticsk
- 1,601
- 7
- 18
- 34
-
2Possible duplicate of Architecture - 32-bit handling 64-bit instructions – karel Feb 15 '17 at 05:56
-
3That commands adds support for 32bit. It doesn't change it to 32bit. – Feb 15 '17 at 06:29