Skip to main content

Hi Community!

 

Trying to install FME Desktop 2021.1.3.1 on Ubuntu 20.04.3 LTS to no avail.  Here is my install command and screen msg.

Any help is appreciated!

 

Bo

$ sudo dpkg -i fme-desktop-2021_2021.1.3.1.21635_ubuntu.18.04_amd64.deb
Selecting previously unselected package fme-desktop-2021.
(Reading database ... 357202 files and directories currently installed.)
Preparing to unpack fme-desktop-2021_2021.1.3.1.21635_ubuntu.18.04_amd64.deb ...
Unpacking fme-desktop-2021 (1:2021.1.3.1.21635~ubuntu.18.04) ...
dpkg: dependency problems prevent configuration of fme-desktop-2021:
 fme-desktop-2021 depends on libboost-regex1.65.1; however:
  Package libboost-regex1.65.1 is not installed.
 fme-desktop-2021 depends on libtcl8.5 (>= 8.5.0); however:
  Package libtcl8.5 is not installed.
 
dpkg: error processing package fme-desktop-2021 (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Warning: /usr/share/applications/safe-TransformWithFME-20820.desktop:10: ignoring empty entries in MimeType
Warning: /usr/share/applications/safe-TranslateWithFME-20820.desktop:10: ignoring empty entries in MimeType
Warning: /usr/share/applications/safe-ViewWithFMEDI-20820.desktop:10: ignoring empty entries in MimeType
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for shared-mime-info (1.15-1) ...
Errors were encountered while processing:
 fme-desktop-2021

 

Hi @Bo Guo​ I think you need to fix the dependencies. After running

sudo dpkg -i fme-desktop-2021_2021.1.3.1.21635_ubuntu.18.04_amd64.deb

try 

sudo apt-get install -f

 

 


Hi Dan!

Tried it without any luck.  Same issues with the following two packages.  

Package libboost-regex1.65.1 is not installed.
Package libtcl8.5 is not installed.

When I tried to install the two packages separately I got 

Package libboost-regex1.65.1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
 
E: Package 'libboost-regex1.65.1' has no installation candidate

I am at a loss, not sure how to install not installable packages...


Hi @Bo Guo​ I should have noticed this before, but you're using the Ubuntu 18.04 installer! For some reason the Ubuntu 20.04 installer isn't listed at https://www.safe.com/support/downloads/#past-versions

You can get it here:

https://downloads.safe.com/fme/2021/fme-desktop-2021_2021.1.3.1.21635~ubuntu.20.04_amd64.deb


Thanks Dan! I thought Safe only had 18.04 and some hacking was required... You saved my day!


I have a problem with installing the FME Desktop on Ubuntu 20.04.1

I receive the below error and was not able to solve it. Any ideas?


I have a problem with installing the FME Desktop on Ubuntu 20.04.1 

I receive the below error and was not able to solve it. Any ideas?

Hi @momeniiman​ Update Ubuntu and then try running

sudo apt-get install -f

 


Hi @momeniiman​ Update Ubuntu and then try running

sudo apt-get install -f

 

Thanks for your reply, Dan.

My ubuntu is up-to-date and after running the sudo apt-get install -f nothing changes. The same error


Reply