====
Falls eine dieser Fehlermeldungen:
<code>
manconv: can't set the locale; make sure $LC_* and $LANG are correct
</code>
oder
<code>
perl: warning: S... xed it by deleting the lines in
/etc/locale.gen
and removing the package locales and re-installing it
<code>
apt-get remove locales
... for future problems:
<code>sudo localedef -i lang-f /path/to/charmap lang
</code>
where lang is your language (en_US)
and charmap is UTF-8,
just run locate UTF-8 to find the path.