Linux OS
2022 Beta Release[edit]
OpenRocket-22.02.beta.01 Installer for Linux
Download the Linux installer above for the NEW OpenRocket beta release, saying yes to whatever security prompts your browser presents. Then, navigate to the directory in which you downloaded the installer, make it executable, and run it:
% cd Downloads(or wherever you downloaded it to)% chmod +x OpenRocket_unix_22_02_beta_01.sh% ./OpenRocket_unix_22_02_beta_01.sh
The installer will now guide you through the process of installing OpenRocket on your system. At any step you can click Cancel to stop the process.
This process will have placed a number of files and directories in the installation directory. Three that will be of the most use to you are
OpenRocket
- The OpenRocket executable.
- You can run OpenRocket by giving the command
% ./OpenRocket
'OpenRocket 22.02.beta.01.desktop'
- The OpenRocket desktop file.
- As stated above, the installer isn't capable of actually creating the desktop icon at this time. You can create an OpenRocket desktop icon by copying this file to your desktop with
% cp 'OpenRocket 22.02.beta.01.desktop' ../Desktop
uninstall
- The uninstaller.
- You can uninstall OpenRocket with the command
% ./uninstall
- Unfortunately,the uninstaller does not fully empty and delete the installation directory. To do this, give the commands
% cd ..% rm -r OpenRocket
You will also be able to run OpenRocket from your desktop's menu. It will appear in the "Other" software category.
2015 Version 15.03[edit]
Before beginning, you will need to have the FUSE filesystem installed; most distributions have it installed by default. Download the AppImage file from the link below and run it by double-clicking, or from the command line.
OpenRocket 15.03 AppImage for Linux




