我尝试使用命令yum install s3cmd在我的CentOS 6.x上安装s3cmd rpm,但得到以下错误输出:
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.mirror.net.in
* extras: centos.mirror.net.in
* updates: centos.mirror.net.in
No package s3cmd available.
Error: Nothing to do谁能提供我的网址,我可以手动下载s3cmd转速或任何其他解决方案?
发布于 2016-02-27 03:51:57
s3tools repos现在是空的。请改为从EPEL存储库获取,我可以对其进行维护。
$ sudo yum --enablerepo=epel install s3cmd发布于 2016-02-26 12:25:34
我通过以下步骤解决了这个问题:
发布于 2016-02-29 16:10:04
您也可以从此url下载软件包,然后通过命令手动安装
yum localinstall s3cmd-2.0.2-1.el7.noarch.rpmhttps://stackoverflow.com/questions/35643286
复制相似问题