为什么我不能同时安装 coreutils:armhf

为什么我不能同时安装 coreutils:armhf

我正在尝试在我的计算机上安装,coreutils:armhf我正在为架构进行交叉编译armhf。当我执行

sudo apt-get install coreutils:armhf

Ubuntu 告诉我

WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
    coreutils

我只希望coreutils:armhf二进制文件安装在正确的目录中,这样我就可以轻松地将它们复制到我的目标上。我不想用 armhf 架构的二进制文件替换我的原生 coreutils 二进制文件。

相关内容