尝试在ec2上安装ejabberd,尝试了很多东西,但似乎没有任何工作。
某些命令的结果
cat / etc / os-release:
VERSION="2015.03"
ID="amzn"
ID_LIKE="rhel fedora"
VERSION_ID="2015.03"
PRETTY_NAME="Amazon Linux AMI 2015.03"
ANSI_COLOR="0;33"
CPE_NAME="cpe:/o:amazon:linux:2015.03:ga"
HOME_URL="http://aws.amazon.com/amazon-linux-ami/"
sudo yum install ejabberd:
Loaded plugins: priorities, update-motd, upgrade-helper
984 packages excluded due to repository priority protections
No package ejabberd available.
Error: Nothing to do
是否可以删除优先保护以及是否是一个好主意?
然后我怎样才能使用" yum install ejabberd"安装ejabberd。 ?
我是linux新手 感谢
答案 0 :(得分:1)
从https://www.process-one.net/en/ejabberd/downloads/
下载二进制文件使用以下方法安装二进制文件:
chmod +x ejabberd-15.04-linux-x86_64-installer.run
sudo ejabberd-15.04-linux-x86_64-installer.run
填写详细信息,您将完成安装。
转到安装目录
start the ejabberd service: bin/ejabberdctl start
status of ejabberd service: bin/ejabberdctl status
stop the ejabberd service : bin/ejabberdctl stop
答案 1 :(得分:0)
为什么不使用ProcessOne或RPM软件包中的二进制安装程序? 它可以在官方下载页面上找到:https://www.process-one.net/en/ejabberd/downloads/