0%

install-info error during update

To compile bluez on the raspberry that got the following message when to install libreadline-dev.

1
2
3
4
5
Setting up install-info (4.13a.dfsg.1-5ubuntu1) ...
dpkg: error processing install-info (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
install-info

It’s a locale problem. You can modify the /etc/environment to correct locale. My solution modify /etc/environment to en_US.UTF-8 and use raspi-config to install en_US.UTF-8. One more thing, don’t forget to run locale-gen to generate locale profile. Reboot your system. All problem solved.