Last active
July 21, 2025 04:04
-
-
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
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 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