正在下载“Yum groupinstall“开发工具””?

发布于 2024-10-05 06:38:34 字数 74 浏览 1 评论 0原文

我仔细查看了所有内容,发现构建必需品已被开发工具所取代。当我输入命令时,我收到“没有这样的命令”。

有什么替代方案吗?

I've looked all over and build essentials are all I see that was replaced by Development tools. When I type the command I receive "no such command".

What is the alternative to this?

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

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

发布评论

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

评论(3

南风起 2024-10-12 06:38:34

apt-get build-dep package-i-want-to-build 获取构建 package 所需的一切 - 通常获取开发工具的最简单方法是选择一个足够复杂的包,比如 pidgin 并运行它

apt-get install build-essential 来获取编译器

apt-get build-dep package-i-want-to-build to get everything you need to build package - often the easiest way to get the dev tools is to pick a sufficiently complicated package like pidgin and run this

or

apt-get install build-essential to just get a compiler

ζ澈沫 2024-10-12 06:38:34

Ubuntu 不使用 yum。您仍然想使用 apt 指令。

Ubuntu doesn't use yum. You still want to use the apt instructions.

温柔女人霸气范 2024-10-12 06:38:34

Debian、Ubuntu、Mint 等有 APT 包管理器,而不是 YUM。在这些操作系统中,您通常需要执行以下操作来安装基本开发工具,例如 C 和 C++ 编译器、binutils 等:

sudo apt install build-essential

Debian, Ubuntu, Mint, etc. have APT package manager, not YUM. In these OSes you generally need to do following to install basic development tools, like C and C++ compilers, binutils, etc:

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