Search and Rescue II (SaR2) is a free and open source helicopter simulator game for Linux and MacOS.for Linux. It comes with many helicopter and airplane models, you can easily create new missions and scenarios and supports multiple joysticks. In this game you need to locate, pick-up and rescue victims.
How to Install Search and Rescue II on Ubuntu
It is available as a snap and flatpak package files. Open the terminal application using ctrl+alt+t keys and run below Search and Rescue II snap install command. It will install the latest version of SAR2 on your system.
sudo snap install sar2
After the installation, you can open it using Shows app menu or via below command.
sar2
And uninstall Search and Rescue II using below command.
sudo snap remove sar2
Install Search and Rescue II via Flatpak:
If you don’t have flatpak and flathub on your system, first install it using below commands.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And restart your system after the installation. Now open the terminal application and run below SAR2 flatpak install command.
flatpak install flathub io.github.searchandrescue2.sar2
And open start it using below command.
flatpak run io.github.searchandrescue2.sar2
You can also uninstall it using below commands.
flatpak uninstall io.github.searchandrescue2.sar2
[OR]
sudo flatpak uninstall io.github.searchandrescue2.sar2