Ubuntu 16.04安裝MongoDB的GUI工具RoboMongo


一、下載:

https://robomongo.org/download

離線版本:(鏈接: https://pan.baidu.com/s/1mirFi56 密碼: y3t2)

二、安裝:

sudo tar -zxvf robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz -C /opt/
sudo chmod -R 777 /opt/robo3t-1.1.1-linux-x86_64-c93c6b0
sudo ln -s /opt/robo3t-1.1.1-linux-x86_64-c93c6b0 /opt/robo3t
cd /opt/robo3t/bin
./robo3t

三、錯誤解決:

This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".

Available platform plugins are: xcb.

Reinstalling the application may fix this problem.
Aborted (core dumped)
mkdir /opt/robo3t/robo-backup
mv /opt/robo3t/lib/libstdc++* /opt/robo3t/robo-backup/

然后再運行/opt/robo3t/robo3t

 

參考:

https://www.cnblogs.com/hexin0614/p/7487191.html

https://askubuntu.com/questions/941383/cannot-run-robo-3t-qt-app

https://github.com/Studio3T/robomongo/issues/1384


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM