Anki does not run in Linux Ubuntu 20.04

I did download the Anki and set up it, but a type "anki", Anki not open and when I click on icon happen same. The message that was showed is below.

 File "runanki.py", line 4, in <module> File "aqt/__init__.py", line 405, in run File "aqt/__init__.py", line 451, in _run File "aqt/profiles.py", line 136, in setupMeta File "aqt/profiles.py", line 505, in _loadMeta
resetting corrupt _global
Qt info: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Qt fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

1

1 Answer

This command worked for me!

sudo apt-get install libxcb-xinerama0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like