Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Created February 28, 2024 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
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