Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again錯誤解決

rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm  安裝了epel源python

但  yum -y install erlang 的時候報錯spa

錯誤信息以下:code

這就代表你須要更新CA證書了,那麼只須要更新CA證書就能夠,不過在此同時須要臨時禁用epel源並更新就能夠了,命令以下:server

yum --disablerepo=epel -y update ca-certificates  

RabbitMQ安裝blog

1
2
3
4
5
6
7
8
安裝配置epel源
    $ rpm  - ivh http: / / dl.fedoraproject.org / pub / epel / 6 / i386 / epel - release - 6 - 8.noarch .rpm
 
更新ca證書
$ yum --disablerepo=epel -y update ca-certificates
 
安裝erlang
    $ yum  - y install erlang
 
安裝RabbitMQ
    $ yum  - y install rabbitmq - server
相關文章
相關標籤/搜索