在 Ubuntu 中安装 build-essential 失败

发布于 2024-09-16 18:08:43 字数 566 浏览 6 评论 0 原文

我正在尝试更新我的 gcc,因此 Linux 论坛建议我运行sudo apt-get install build-essential。这是我尝试运行 sudo apt-get install build-essential 时的输出:

以下软件包尚未满足 依赖项:

此处列出了一堆软件包

E:未满足的依赖关系。尝试“apt-get -f install” 没有包(或指定 解决方案)。

我不确定列出实际丢失的软件包是否会影响您的建议。请告诉我如何进行。

注意:我尝试了下面的命令,但缺少依赖项。

sudo apt-get -f install build-essential

谢谢

I'm trying to update my gcc, so Linux Forums recommended that I would run sudo apt-get install build-essential. Here's the output when I try to run sudo apt-get install build-essential:

The following packages have unmet
dependencies:

bunch of packages listed here

E: Unmet dependencies. Try 'apt-get -f install'
with no packages (or specify a
solution).

I wasn't sure if listing the actual missing packages would affect your advice. Please tell me how to proceed.

Note: I tried this command below but there were too missing dependencies.

sudo apt-get -f install build-essential

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌辣 2024-09-23 18:08:43

这更适合超级用户。
运行: sudo apt-get update && sudo apt-get -f install

This is better suited for SuperUser.
Run: sudo apt-get update && sudo apt-get -f install

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文