Comment 5 for bug 997769

Revision history for this message
Mike (7dlqb2n4t) wrote :

It appears the locale (or some locale files?) are missing (I started Ubuntu 12.04 LTS on Amazon EC2).

I fixed it by generating my locale:
sudo localedef -v -c -i en_US -f UTF-8 en_US.UTF-8

command-not-found could probably handle this more gracefully.