Skip to content

Instantly share code, notes, and snippets.

@terngkub
Last active March 4, 2026 03:18
Show Gist options
  • Select an option

  • Save terngkub/261495d7ff2625626108c2cc8704d047 to your computer and use it in GitHub Desktop.

Select an option

Save terngkub/261495d7ff2625626108c2cc8704d047 to your computer and use it in GitHub Desktop.
Install zlib 32bit on Ubuntu 64 bit
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install zlib1g:i386
sudo apt install libsnappy-dev:i386
sudo apt install liblz4-1:i386
@DeviousMalcontent
Copy link

Thank you! I spent all afternoon trying to get a compiler to work (cibyl), and adding this to my YAML file just worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment