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.
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.