|
|
when i install any soft,console shows
perl: warning: Please check that your locale settings:
LANGUAGE = "zh_CN:zh",
LC_ALL = (unset),
LANG = "zh_CN.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
*** update-locale: Error: invalid locale settings: LANGUAGE="zh_CN:zh" LANG=zh_CN.UTF-8
dpkg: error processing belocs-locales-bin (--configure):
subprocess post-installation script returned error exit status 9
Errors were encountered while processing:
belocs-locales-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)
BotuSun:/home/drivel# apt-get install locales-bin
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package locales-bin
and i install locales
BotuSun:/home/drivel# apt-get install locales
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
locales: Depends: glibc-2.5-1 but it is not installable
E: Broken packages
and i install glibc
BotuSun:/home/drivel# apt-get install glibc-2.5-1
Reading package lists... Done
Building dependency tree... Done
Package glibc-2.5-1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package glibc-2.5-1 has no installation candidate
................. |
|