Setting the Perl Locale
First check if the locales packages are indeed installed by firing in the following command.
$ sudo apt-get install locales localeconf
Once the locales packages are installed, you can install specific language packs. I installed the English pack using this command.
$ sudo apt-get install language-pack-en
In case you had a problem like me where you couldnt use your locale and had to change your locale to something else then you could use this command.
$ sudo locale-gen en_US.UTF-8
Here, you are specifying that the locale is set in the UTF format. This is the most compatible format and it is generally preferred that you set up your locales in this format unless otherwise mentioned.



0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home