Based on my memory, here is what I did to install FME 2016 on Ubuntu 16.04, which came with Python 3.5.
sudo apt-get install openjdk-8-jdk
- Install Python 3.4 by following this link
https://github.com/mhbashari/Install-Python3.4-on-Ubuntu-16.04/blob/d48d73aca48616dc6e37de5e89d2b876e1203f41/README.md
- Download the debian package and install using the following sequence.
sudo dpkg -i fme-desktop-2016_2016.1.1-16609_amd64.deb
sudo apt-get install --fix-missing
It may still complain dependency errors; however, you should at be able to launch the application by even if the icons are not showing up in the Application Launcher
/opt/fme-desktop-2016/fmeworkbench
While fme is working, the package manager is not in the consistent state and will cause issues. You need to remove "libpython3.4" from the list of its dependent libraries in section "fme-desktop-2016" by
sudo gedit /var/lib/dpkg/status
Save the change and do
sudo apt-get update