Qt エラーのため、Anki は Ubuntu 20.04 で起動しません

Qt エラーのため、Anki は Ubuntu 20.04 で起動しません

ウェブページの指示に従って、Ubuntu 20.04 で Anki を実行しようとしています。ただし、コマンド ラインまたはアプリ メニューから起動しようとしても機能しません。エラーは次のとおりです。

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.

xcb を実行sudo make installまたはインストールしても問題は解決しません。何が問題なのでしょうか?

答え1

Ubuntu で既に利用可能なバージョンをインストールしなかったのはなぜですか?

https://launchpad.net/ubuntu/+source/anki

答え2

Linux Mint 18.2でこの問題を解決しました

sudo apt-get install libxcb-xinerama0

関連情報