MongoDB的客户端robo3t在,Ubuntu 16.04中启动时报一个QT的错误:

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)

robo3t在Ubuntu 16.04中报错(无法启动)的解决方法

【解决方法】

1 mkdir ~/robo-backup
2 mv robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++* ~/robo-backup/
3 robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t

robo3t在Ubuntu 16.04中报错(无法启动)的解决方法

参考自:

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

相关文章:

  • 2021-10-11
  • 2021-10-15
  • 2021-06-24
  • 2021-12-15
  • 2021-04-25
  • 2021-07-02
  • 2021-07-23
猜你喜欢
  • 2022-02-08
  • 2021-12-11
  • 2022-01-08
  • 2021-11-10
  • 2021-05-25
  • 2022-01-21
  • 2021-11-30
相关资源
相似解决方案