Naikari is a free and open source 2D space trading sandbox game Linux, Windows and MacOS. In this game you are a space ship pilot aand need to deliver cargo, hunt bounties, join and assist various factions to earn money and buy space ships. This comes comes with several optional story lines also. It is similar to games like Endless Sky and Pioneer.
How to Install Naikari Game on Ubuntu Linux
Naikari is available as a flatpak package and portable AppImage file format. Download Naikari in .AppImage file format from the above Naikari download link and save it on your Downloads folder. Now in the terminal (ctrl+alt+t) software run below commands one by one. It will start Naikari game on your Linux system.
cd Downloads
sudo chmod +x ~ naikari-0.3.0-linux-x86-64.AppImage
./naikari-0.3.0-linux-x86-64.AppImage
Install Naikari via Flatpak:
You can also install Naikari game using flatpak. Follow below link for flatpak and flathub installation tips. Restart your system after the flatpak and flathub installation.
How to Install Flatpak and Flathub
Open the terminal app and run below Naikari flatpak install command.
flatpak install flathub io.github.naikari.Naikari
Now start Naikari game using
flatpak run io.github.naikari.Naikari
You can uninstall Naikari game using below command
sudo flatpak uninstall io.github.naikari.Naikari
That’s all.