The Issue We get the error “WARNING: setlocale(‘en_US.UTF-8’) failed, using locale: ‘C’. International characters may not work.” The Fix 1 Use the command to set correct locale for the system dpkg-reconfigure locales OR sudo dpkg-reconfigure locales 2 Select desired language end with .UTF-8 or en_US.UTF-8 if unsure 3 Log out and back in again 4 […]
The post How to Fix “WARNING: setlocale(‘en_US.UTF-8’) failed, using locale: ‘C’. International characters may not work.” on Debian/Ubuntu/Kali Linux etc. appeared first on Blog-D without Nonsense.

Related posts:
Quick Linux File Manipulation Commands Reference (and How to: Create Symbolic link/Soft link/Hard link)
How to: Remove/Delete Warning: Permanently added ‘[xxxxxxxxxx]:xx’ (ECDSA) to the list of known hosts.
How to: Find/Show/List hidden directories/folders from Linux/Unix/Debian/Ubuntu/Kali Linux/RHEL/CentOS etc.
How to: Create a NFS Share on Windows Server 2019 and How to: Mount/Unmount NFS share on Linux/Debian/Ubuntu/CentOS/RHEL/Fedora etc.
How to: Download and Execute bash file/shell script with one command on Linux/Debian/Ubuntu/Kali Linux/RHEL/CentOS etc.
How to: Use mtr (my traceroute) instead of ping, traceroute and dig/nslookup
How to: Check if the system is using/running systemd
How to: Execute/run script on system start up/boot (Create the start up job from terminal)
How to: Check/Detect if Linux Server/System is compromised/hacked (Debian/Ubuntu/Kali Linux/CentOS/RHEL etc.)
How to Clear/Drop/Disable/Enable Swap, Buffer and in-RAM cache on Linux/Debian/Ubuntu/Kali Linux/CentOS/Fedora etc.