2016-12-01 65 views
0

我想安裝2.6.0(我們的解決方案是建立在它上面的)。我得到的錯誤,arangodb沒有2.6.0如何在ubuntu上安裝舊的arangodb版本

wget https://www.arangodb.com/repositories/arangodb2/xUbuntu_14.04/Release.key 
apt-key add - < Release.key 
echo 'deb https://www.arangodb.com/repositories/arangodb2/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/arangodb.list 
sudo apt-get install apt-transport-https 
sudo apt-get install arangodb=2.6.0 

請你指導我什麼是正確的方法。

+0

我看到,這個版本沒有在源文件中列出https://www.arangodb.com/repositories/archive/ArangoDB_2/linux/xUbuntu_14.04/Sources –

回答