$ 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)发布于 2019-03-25 14:40:20
我也遇到了同样的问题,我的解决方案是删除/etc/default/locale中的一个引号:
LC_TIME=""en_US.UTF-8"到这个
LC_TIME="en_US.UTF-8"https://askubuntu.com/questions/920055
复制相似问题