OpenArena is a free and open source first person shooter game for Windows, Linux and MacOS. The game is heavily based on the Quake III. It is Arena style deathmatch game. It comes with Deathmatch, Tournament, Capture the Flag, Overload, Harvester, Elimination, Last Man Standing and Domination game modes. In this game you need to score more frags to win the game. You can use guns, rocket launcher, shotgun, railgun and more in this game. It uses OpenGL 1.x graphics API and released under GPL-2.0+ license.
Download OpenArena [Windows,Linx,MacOS]
Install OpenArena on Ubuntu Linux
OpenArena is available as flatpak package from flathub. You can install it via the command line terminal application. For that you need to install flatpak on your system first. If you don’t have flatpak follow below commands to install it.
Open the terminal app (ctrl+alt+t) and run below commands to install flatpak and add flathub on your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Restart your system. After that install OpenArena using below command
flatpak install flathub ws.openarena.OpenArena
You can run OpenArena via
flatpak run ws.openarena.OpenArena
and uninstall it via
sudo flatpak uninstall ws.openarena.OpenArena
That’s it.