Category: Ubuntu

Ubuntu: Change from 32 Bit to 64 Bit (Mostly)

Tested on Ubuntu 16.04. Here are the commands, life story and explanation is below: echo foreign-architecture amd64 | tee /etc/dpkg/dpkgcfgd/multiarch dpkg --add-architecture amd64 apt update apt install linux-image-4.15.0-50:amd64 apt install gcc-multilib apt upgrade (Reboot, make sure you boot on to the new kernel), and then set sources.list to only have amd64 (Put [ arch=amd64 ]
Read More »