Skip to content

Instantly share code, notes, and snippets.

@leveled
Created December 19, 2021 01:42
Show Gist options
  • Save leveled/bc0bbedada5888eed4580fdbb26486b7 to your computer and use it in GitHub Desktop.
Save leveled/bc0bbedada5888eed4580fdbb26486b7 to your computer and use it in GitHub Desktop.
Run 32 bit programs on 64 bit Linux machines
sudo apt-get update
sudo apt-get dist-upgrade
sudo dpkg --add-architecture i386
sudo apt-get update
dpkg --print-foreign-architectures
sudo dpkg --remove-architecture i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment