处理包时出错 - 依赖性问题 - 未配置

处理包时出错 - 依赖性问题 - 未配置

我是 ubuntu 新手。安装软件包时node.js,系统建议运行sudo apt-get -f install,但当我运行命令时,出现了一些有关依赖关系问题的错误

依赖问题,未配置

有人能帮我解决这个问题吗?

答案1

首先您需要配置更新通知程序:

$ sudo apt install --reinstall update-notifier
$ sudo dpkg-reconfigure update-notifier

然后安装 ms 核心字体/flash 并接受 eula:

$ sudo apt install --reinstall ttf-mscorefonts-installer flashplugin-installer

如果没有提示您接受 EULA,请执行以下操作:

安装 flash 插件:

$ sudo /usr/lib/flashplugin-installer/install_plugin

从 M$ 安装字体

$ sudo dpkg-reconfigure ttf-mscorefonts-installer

相关内容