Eddy 安装错误:子进程退出,代码为 100

问题描述 投票:0回答:1

在 Pop.OS 上使用 Eddy 安装任何 .deb 软件包时,我遇到以下错误消息,导致安装过程提前终止:

com.github.dinadigo.eddy Child process failed, exited with error number 100

如何解决这个问题?

我尝试安装其他 .deb 软件包以确定问题是否特定于最初安装的 .deb 软件包。但是,该问题在所有安装中仍然存在。

linux deb
1个回答
0
投票

我在更新 Visual Studio Code 时遇到了同样的问题,并通过运行解决了它:

sudo apt clean
sudo apt update
sudo dpkg --configure -a
sudo apt install -f
sudo apt full-upgrade
sudo apt autoremove --purge

如本教程所示:https://support.system76.com/articles/package-manager-pop/

© www.soinside.com 2019 - 2024. All rights reserved.