centos 7如何安装影刀软件???
官方提供了deb安装包,centos需要的rpm安装包,我想通过deb转换成rpm的方式,让centos也能安装影刀软件,详细报错如下:
sudo alien -r ShadowBot-1.2.1-linux-x64.deb
Warning: Skipping conversion of scripts in package shadowbot: postinst postrm
Warning: Use the --scripts parameter to include the scripts.
Package build failed. Here's the log of the command (cd shadowbot-1.2.1; rpmbuild --buildroot='/home/admin/mypic/shadowbot-1.2.1' -bb --target x86_64 'shadowbot-1.2.1-2.spec'):
错误:行 5:空的标签:Summary:
构建目标平台:x86_64
为目标x86_64构建
===========================================================================================
我这边想测试centos的初衷是,客户方那边大量是centos系统,要想做企业级RPA,需要我们这边提供rpm软件安装包。