I just hit this issue on a server as well. I had to copy the libcrypt.so.1.1.0 from a healthy Ubuntu 20.04 server via HTTP, as scp wasn't working so I assumed anything using https wouldn't either:
# wget http://server:8000/libcrypt.so.1.1.0 # mv libcrypt.so.1.1.0 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 # ln -s /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 /usr/lib/x86_64-linux-gnu/libcrypt.so.1 # apt install -f # apt dist-upgrade # reboot After that the server was OK. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1903838 Title: package libcrypt1 1:4.4.10-10ubuntu4 failed to install/upgrade: rm command for cleanup subprocess returned error exit status 127 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libxcrypt/+bug/1903838/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
