CubeShooter is a free and open source 3D arcade style shooter game for Linux. In this game, you simply move your mouse or switch to keyboard control with a single click. In keyboard mode, maneuver using the arrow keys and unleash your firepower with the spacebar. For a quick reset, press ‘R’ and dive back into the heart pounding action.
How to Install CubeShooter on Ubuntu
To install CubeShooter game on your Linux system, open the terminal application (ctrl+alt+t) and run below CubeShooter game flatpak install command. It will install the latest version of game on your Ubuntu.
flatpak install flathub com.voxdsp.CubeShooter
After the successful installation of CubeShooter, you can open it using below command.
flatpak run com.voxdsp.CubeShooter
Note: If you don’t already have flatpak and flathub installed, please install them on your system using the commands provided below. After the installation, please restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And uninstall the CubeShooter game using below commands.
flatpak uninstall com.voxdsp.CubeShooter
[OR]
sudo flatpak uninstall com.voxdsp.CubeShooter