Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Last active July 21, 2025 04:04
Show Gist options
  • Save goooooouwa/816c91e44f5b40f4ba4daa0a08f65908 to your computer and use it in GitHub Desktop.
Save goooooouwa/816c91e44f5b40f4ba4daa0a08f65908 to your computer and use it in GitHub Desktop.
s905l3a CM311-1a Armbian Jammy libc-bin issue fix: https://github.com/microsoft/WSL/issues/4760 #s905l3a #cm311-la #armbian #jammy
sudo mv /var/lib/dpkg/info/libc-bin.* /tmp/
sudo dpkg --remove --force-remove-reinstreq libc-bin
sudo dpkg --purge libc-bin
sudo apt install libc-bin
sudo mv /tmp/libc-bin.* /var/lib/dpkg/info/
# if above not works
sudo apt-get --fix-broken install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment