Anki is a free and open source flash cards application for Linux, Windows, MacOS, iOS and Android. Using Anki you can increase the amount you learn and decrease your time spent studying. You can use this app to learn a language, memorize people’s names and faces, study for exams and more. It comes with synchronization, addons support, embed audio, images, videos and scientific markup and more.
Download Anki [Windows,MacOS,Linux]
How to Install Anki on Ubuntu Linux
Anki is available as a flatpak package file. If you don’t have then first install flatpak and flathub on your system and restart it after the the installation.
Install flatpak and flathub on Ubuntu
Open the terminal app (ctrl+alt+t) and run below Anki flatpak install command. It will install the latest version of Anki on your system.
flatpak install flathub net.ankiweb.Anki
After the installation you can start Anki using below command.
flatpak run net.ankiweb.Anki
And uninstall Anki using this command.
sudo flatpak uninstall net.ankiweb.Anki
Install Anki [Other Method]
Download Anki and save it to the Downloads folder. Now open the terminal app and run below commands one by one.
sudo apt install libxcb-xinerama0
sudo apt install zstd
tar xaf Downloads/anki-2.1.XX-linux-qt6.tar.zst
cd anki-2.1.XX-linux-qt6
sudo ./install.sh
That’s it.