您的位置:首页 > 数据库 > Mongodb

Ubuntu 16.04安装MongoDB的GUI工具RoboMongo

2017-12-06 10:26 555 查看
一、下载:

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: