How to install Air Manager 4.0 in OpenSUSE 15.3 (64Bit)

General company announcements

Moderators: russ, Ralph

Post Reply
Message
Author
digitalxs
Posts: 3
Joined: Tue Oct 13, 2020 1:19 am

How to install Air Manager 4.0 in OpenSUSE 15.3 (64Bit)

#1 Post by digitalxs »

This is the tutorial on how to install Air Manager 4.0.2 on a opensuse 15.3 (64 Bit) Linux computer. I use opensuse 15.3 linux because the performance gains for X-Plane 11 are a lot bigger on opensuse 15.3 than Ubuntu or Windows 10. I Tested all of them.

1) Download Latest Air Manager 4.0 from:

https://www.siminnovations.com/api4/dow ... =HOME_USE

2) Copy the file Setup.sh using the following command:

Code: Select all

$ cp Setup.sh backup_Setup.sh
3) Remove Setup.sh using the following command:

Code: Select all

$ rm Setup.sh
4) Create a new Setup.sh using:

Code: Select all

$ nano Setup.sh
5)Paste the following code:

Code: Select all

sudo zypper refresh
sudo zypper update
zypper install libfreetype6 libfreeimage3 libSDL-1_2-0 libcurl4 libusb-1_0-0 libcanberra-gtk-module-common libcanberra-gtk3-module
chmod +x ./jre/bin/java
chmod +x ./Bootloader
cp ./42-knobster.rules /etc/udev/rules.d/42-knobster.rules
udevadm control --reload-rules
6) Make CTRL+X and save the file

7) Make it executable:

Code: Select all

$ chmod +x Setup.sh
8) Run with administrator permissions:

Code: Select all

$ sudo ./Setup.sh
9) When you end the setup, run Air Manager:

Code: Select all

$ ./Bootloader
Fully working on opensuse 15.3 Linux 64-bit, and apt-get is NOT NECESSARY like it is for Ubuntu.

You can view https://drive.google.com/file/d/1Vo9ruA ... sp=sharing proof of install.

Post Reply