【解决方案】robo3t 1.1在ubuntu 16.04中无法打开的解决方案 发表于 2017-08-10 字数统计: 139 字 | 阅读时长 ≈ 1 分钟 问题描述robo3t 1.1在ubuntu 16.04中无法打开,具体表现为双击robo3t可执行文件无反应,用终端 ./robo3t 命令报错为 1234567This 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.已放弃 (核心已转储) 解决方案删除lib中的libstdc++* 按顺序执行这三句命令: 123mkdir ~/robo-backupmv robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++* ~/robo-backup/robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t 即可完美解决该问题 ref:https://github.com/Studio3T/robomongo/issues/1385