Admin-Ahead Community

Linux => General Linux => Topic started by: vichithrakumart on August 06, 2018, 10:22:59 pm

Title: Can't exec “locale”: No such file or directory
Post by: vichithrakumart on August 06, 2018, 10:22:59 pm
This error shows when you repairing the Ubuntu using the repair button

To resolve the issue please follow below steps:

Code: [Select]
# apt-get download libc-bin
# dpkg -x libc-bin*.deb unpackdir/

# sudo cp unpackdir/sbin/ldconfig /sbin/

# sudo apt-get install --reinstall libc-bin
# sudo apt-get install -f