Armagetron Advanced is a free and open source lightcycle game for Windows, Linux and MacOS. It is single and multiplayer lightcycle game. In this game you need to ride a lightcycle and it leaves a trail of pure energy line behind it like the tron movie. You need to avoid crashing into your own trail or that of another player to wind this game. This game comes with kills, survival and territorial dominance in the Sumo and Fortress modes. It is released under GNU General Public License, version 2.
Install Armagetron Advanced on Ubuntu Linux
Armagetron Advanced is available as flatpak and portable AppImage file formats. Download Armagetron Advanced in .AppImage file format from the above download link and save it on your Downloads folder. Now open the terminal application (ctrl+alt+t) ad run below commands one by one to run Armagetron Advanced.
cd Downloads
sudo chmod +x ~ ArmagetronAdvanced-0.2.9.1.0.AppImage
Here “ArmagetronAdvanced-0.2.9.1.0.AppImage” is the downloaded file name. You can change the above command based on your file name.
./ArmagetronAdvanced-0.2.9.1.0.AppImage
Install Armagetron Advanced via Flatpak:
First install flatpak and flathub on your system and restart it. After that in terminal run below Armagetron Advanced flatpak installation command. It will install the latest version of Armagetron Advanced on your system.
flatpak install flathub org.armagetronad.ArmagetronAdvanced
You can run Armagetron Advanced from below command.
flatpak run org.armagetronad.ArmagetronAdvanced
And you can also uninstall it via below command.
sudo flatpak uninstall org.armagetronad.ArmagetronAdvanced
That’s all.