首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >处理过程中遇到错误: install-info

处理过程中遇到错误: install-info
EN

Ask Ubuntu用户
提问于 2017-05-29 14:36:39
回答 1查看 1.8K关注 0票数 0
代码语言:javascript
复制
$ sudo apt-get install wondershaper python-qt4 arp-scan dsniff arptables

Reading package lists... Done
Building dependency tree       
Reading state information... Done
python-qt4 is already the newest version (4.11.4+dfsg-1build4).
The following additional packages will be installed:
  libnet1 libnids1.21
The following NEW packages will be installed
  arp-scan arptables dsniff libnet1 libnids1.21 wondershaper
0 to upgrade, 6 to newly install, 0 to remove and 6 not to upgrade.
1 not fully installed or removed.
Need to get 0 B/419 kB of archives.
After this operation, 1,468 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up install-info (6.1.0.dfsg.1-5) ...
/usr/sbin/update-info-dir: 5: /etc/environment: Syntax error: Unterminated quoted string
dpkg: error processing package install-info (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 install-info
E: Sub-process /usr/bin/dpkg returned an error code (1)
EN

回答 1

Ask Ubuntu用户

发布于 2019-03-25 14:40:20

我也遇到了同样的问题,我的解决方案是删除/etc/default/locale中的一个引号:

代码语言:javascript
复制
LC_TIME=""en_US.UTF-8"

到这个

代码语言:javascript
复制
LC_TIME="en_US.UTF-8"
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/920055

复制
相关文章

相似问题

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