Upgrading from previous versions
Upgrading Otto (Mac/Windows)
- Uninstall Otto using the UninstallOtto application found in the Otto folder.
- Download the new installer onto your server.
- To access your file downloads, log in to your account and navigate to the Purchase History tab.
- Run the new installer.
Upgrading Otto (Linux)
- Uninstall Otto via command line using
sudo apt remove otto-app-fms
or if you are running otto on a claris server you will need to run
sudo apt remove otto-app-claris
- Download the new installer file onto your server.
- To access your file downloads, log in to your account and navigate to the Purchase History tab.
cd
to the directory containing downloaded installer file- Run the new installer via command line
sudo apt -y install ./otto-app_|version|_amd64.deb
Make sure you substitute |version| for the version string found in the new installer. For example,
sudo apt -y install ./otto-app_3.0.1_amd64.deb