dpkg 错误处理软件包键盘配置(--configure)

dpkg 错误处理软件包键盘配置(--configure)

新的 Atomic Pi,已安装 VERSION="18.04.2 LTS (Bionic Beaver)"

发出:“sudo apt-get upgrade”

Setting up keyboard-configuration (1.178ubuntu2.9) ...
/var/lib/dpkg/info/keyboard-configuration.config: 1: eval: en: not found
dpkg: error processing package keyboard-configuration (--configure):
 installed keyboard-configuration package post-installation script subprocess returned error exit status 127

我没有窗口面板来打开键盘配置对话框 - 可以通过编辑文件来解决 en_US 键盘的问题吗?

谢谢,莫里斯

答案1

来自评论:

language-pack-en需要重新安装。使用

sudo apt install --reinstall language-pack-en

再试sudo apt upgrade一次。

答案2

请勿尝试卸载键盘配置,因为它会卸载 xserver!

所以现在我重新安装了 lubuntu-gtx-desktop,重新启动后系统就可以正常工作了。然后我运行了 apt update;apt upgrade,键盘选项出现了,看起来 apt 现在很正常。再次重新启动后,我发现一切都很好。

相关内容