erlang 的安裝方法 Centos

2022-08-03 05:33:14 字數 875 閱讀 9604

因為安裝rabbitmq,必須依賴erlang。其實官網已經寫的很清楚了,在這裡留下筆記。

step 1:

wget 

rpm -uvh erlang-solutions-1.0-1.noarch.rpm

step 2:

rpm --import
主要新增了:

/etc/yum.repo.d/erlang_solutions.repo

[erlang-solutions]

name=centos $releasever - $basearch - erlang solutions

baseurl=

gpgcheck=1

gpgkey=

enabled=1

step 3:

安裝erlang

sudo yum install erlang
或者esl-erlang

然後就可以安裝rabbitmq了。

參考另一篇: 筆記,唉,又有另外乙個問題。

cent 安裝完成需設定的檔案

yum 安裝不了軟體報 centos cannot find a valid baseurl for repo base 7 x86 64的錯誤 解決方案 編輯此檔案 vim etc sysconfig network scripts ifcfg enp0s3 將檔案中的最後一行的 onboot n...

Mac上Docker的安裝與使用centos映象

也可命令列安裝 brew cask install docker二 啟動臺找到docer的圖示,雙擊啟動 檢視版本 docker version三 搜尋想要的映象 docker search centos name description stars official automated cento...

Git整合學習之Gitlab安裝 Centos6

公司開發使用內網,所以只能使用gitlab來搭建版本庫。gitlab是乙個利用 ruby on rails 開發的開源應用程式,實現乙個自託管的 git專案倉庫,可通過web介面進行訪問公開的或者私人專案。1 首先確定自己的unix系統 2 安裝配置依賴項 如想使用postfix來傳送郵件,在安裝期...