Last active
March 4, 2026 03:18
-
-
Save terngkub/261495d7ff2625626108c2cc8704d047 to your computer and use it in GitHub Desktop.
Install zlib 32bit on Ubuntu 64 bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you! I spent all afternoon trying to get a compiler to work (cibyl), and adding this to my YAML file just worked!