Ubuntu libc.so.6 was mistakenly deleted solution:
Libc.so.6 path:/lib/x86_64-linux-gnu/libc.so.6 (x86_64)
Use a USB flash drive to make an Ubuntu Desktop version (server edition not) installation disk, boot from the USB flash drive, select Try Ubuntu, and then mount the server partition to do a ln link (is ln is not the source file)
# ln-s/ming/lib/x86_64-linux-gnu/libc-2.15.so/ming/lib/x86_64-linux-gnu/libc.so.6 (/ming is a mount point, libc-2.15.0 to be adjusted according to Ubuntu version)
Attached: Make a USB flash drive to install Ubuntu disk:
1. Download the Ubuntu Desktop Edition ISO (unlimited version)
2. Download and install UltraISO software
3. Insert USB stick (2G or above)
4, open Ubuntu ISO with UltraISO software, click Start-Write to Hard disk (will automatically identify the USB flash drive)--write--end
This article is from the "Linux" blog, so be sure to keep this source http://yangzhiming.blog.51cto.com/4849999/1912355
Ubuntu libc.so.6 was mistakenly deleted solution