Install on Linux
- Stop FME Server.
- Move the currently-installed engines to a different directory. For example:
- Perform the installation according to your Linux environment:
- Start FME Server.
- Use the Engines & Licensing page to confirm that you are using the upgraded FME Engines. Under "Licensed Engines," verify that the "Build" number matches the build number of the filename for the Engines you have installed.
mv /opt/fme-engine-2016 /opt/fme-engine-2016-old
Using a GUI:
Note: The installer is not compatible with the Unity 14.04 package manager. Use the command line instead.
Double-click on the .deb install package, and follow the package manager to install FME Engines.
Using the command line:
Run the following commands under the root account:
apt-get install gdebi-core
gdebi <installer_filename>.deb
For example:
apt-get install gdebi-core
gdebi fme-engine-2016_2016.0-16136_amd64.deb
Using a GUI:
Double-click on the .rpm install package, and follow the package manager to install FME Engines.
Using the Command Line:
Run the following command under the root account:
yum install <installer_filename>.rpm
For example:
yum install fme-engine-2016_2016.0-16136_amd64.rpm
To Undo an Engine Upgrade
- Run the following command under the root account to uninstall the newer FME Engine package:
- Move the older FME Engines back to the current directory. For example:
apt-get remove <fme_engine_version>
For example:
apt-get remove fme-engine-2016
yum remove <fme_engine_version>
For example:
yum remove fme-desktop-2016
mv /opt/fme-engine-2016-old /opt/fme-engine-2016