Trivia Quiz is a free and open source quiz application for Linux. It comes endless stream of questions. It is based on Open Trivia database. It is a simple and easy to use app. Just select the category, difficulty and type and start answering the questions. It is written in Python and released under GNU General Public License v3.0. It comes with more than 4,099 verified questions.
How to Install Trivia Quiz on Ubuntu
Trivia Quiz is available as a flatpak and snap package files. Open the terminal application (ctrl+alt+t) and run below Trivia Quiz snap installation command.
sudo snap install trivia-quiz
After the installation, run below command to open it.
trivia-quiz
You can also uninstall it using below command.
sudo snap remove trivia-quiz
Install Trivia Quiz via Flatpak:
You can also install Trivia Quiz via below flatpak install command.
flatpak install flathub io.github.nokse22.trivia-quiz
And open it using below command.
flatpak run io.github.nokse22.trivia-quiz
Note: You need flatpak and flathub on your system. If you don’t have then install it using below commands and restart it after the installation. After that try to install Trivia Quiz via the above flatpak install command.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And uninstall it using below commands.
flatpak uninstall io.github.nokse22.trivia-quiz
[OR]
sudo flatpak uninstall io.github.nokse22.trivia-quiz