系統環境:Ubuntu 16.04 LTS.html
安裝robomongo Robo 3T,運行時報如下錯誤:linux
jaxu@jaxu-ubuntu:/usr/local/share/robo3t-1.1.1-linux-x86_64-c93c6b0/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. 已放棄 (核心已轉儲)
能夠嘗試按照如下方法解決:c++
mkdir ~/robo-backup mv robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++* ~/robo-backup/ robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t
即將robo3t解壓目錄下的/lib/libstdc++*所匹配的文件移到備份一個備份目錄中,而後再嘗試啓動robo3t,能夠解決該問題。ubuntu
如何將robo3t添加到Ubuntu的啓動器能夠參考這裏。app