centos上无法安装busybox

centos上无法安装busybox

跑步时

sudo yum install busybox

在 Centos 07 上我收到此错误

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.vorboss.net
 * extras: repo.uk.bigstepcloud.com
 * updates: repo.uk.bigstepcloud.com
No package busybox available.
Error: Nothing to do

答案1

busybox不适用于 centos 7 ,您可以从以下位置下载二进制文件这里:

wget https://busybox.net/downloads/binaries/1.28.1-defconfig-multiarch/busybox-x86_64
mv busybox-x86_64 busybox
chmod +x busybox
./busybox

我如何开始使用 Busybox?

access.redhat:软件包替换

 Removed package   Replacement/Alternative 
 busybox           normal utilities 

相关内容