首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >不能安装pidgin

不能安装pidgin
EN

Ask Ubuntu用户
提问于 2014-04-10 09:27:49
回答 1查看 272关注 0票数 0

我试图从软件中心安装pidgin-ppa,但是它显示了软件包的安装或删除失败。

代码语言:javascript
复制
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    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_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    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_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_IN.ISO8859-1"
    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_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Selecting previously unselected package pidgin.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 174491 files and directories currently installed.)
Preparing to unpack .../pidgin_1%3a2.10.9-0ubuntu3_amd64.deb ...
Unpacking pidgin (1:2.10.9-0ubuntu3) ...
Selecting previously unselected package pidgin-libnotify.
Preparing to unpack .../pidgin-libnotify_0.14-9ubuntu2_amd64.deb ...
Unpacking pidgin-libnotify (0.14-9ubuntu2) ...
Processing triggers for man-db (2.6.6-1) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...

(gconftool-2:10421): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_COLLATE to default locale: No such file or directory
Processing triggers for bamfdaemon (0.5.1+14.04.20140408-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Setting up pidgin (1:2.10.9-0ubuntu3) ...
Setting up pidgin-libnotify (0.14-9ubuntu2) ...

请帮帮忙

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2014-04-10 09:40:39

首先,运行locale并检查输出(在我的例子中):

代码语言:javascript
复制
LANG="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
...

然后,生成地区并最终重新配置(用lang替换it_IT.UTF-8 ):

代码语言:javascript
复制
sudo locale-gen it_IT.UTF-8

sudo dpkg-reconfigure locales

这应该能解决这个问题

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/445874

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档