Skip to content

Instantly share code, notes, and snippets.

@peterbourgon
Created May 18, 2012 13:44
Show Gist options
  • Save peterbourgon/2725347 to your computer and use it in GitHub Desktop.
Save peterbourgon/2725347 to your computer and use it in GitHub Desktop.
$ sudo aptitude install nginx
The following NEW packages will be installed:
nginx
0 packages upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
Need to get 339 kB of archives. After unpacking 799 kB will be used.
Get:1 http://ftp.us.debian.org/debian/ squeeze/main nginx i386 0.7.67-3+squeeze2 [339 kB]
Fetched 339 kB in 0s (1006 kB/s)
Traceback (most recent call last):
File "/usr/bin/apt-listchanges", line 33, in <module>
from ALChacks import *
File "/usr/share/apt-listchanges/ALChacks.py", line 32, in <module>
sys.stderr.write(_("Can't set locale; make sure $LC_* and $LANG are correct!\n"))
NameError: name '_' is not defined
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously deselected package nginx.
(Reading database ... 20372 files and directories currently installed.)
Unpacking nginx (from .../nginx_0.7.67-3+squeeze2_i386.deb) ...
Processing triggers for man-db ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up nginx (0.7.67-3+squeeze2) ...
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment