Can't install StarUML in Ubuntu 16.04

Finn picture Finn · May 8, 2016 · Viewed 29.7k times · Source

I’m using ubuntu 16.04 - 64 bit. I tried to install Start UML with .deb file and got this message from Ubuntu Software:

This software comes from a 3rd party and may contain non-free components

Then I trying to install with dpkg, and got this:

$ sudo dpkg -i StarUML-v2.7.0-64-bit.deb 
Selecting previously unselected package staruml.
(Reading database ... 212003 files and directories currently installed.)
Preparing to unpack StarUML-v2.7.0-64-bit.deb ...
Unpacking staruml (2.7.0) ...
dpkg: dependency problems prevent configuration of staruml:
 staruml depends on libgcrypt11 (>= 1.4.5); however:
  Package libgcrypt11 is not installed.

dpkg: error processing package staruml (--install):
 dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Errors were encountered while processing:
 staruml

Could you help me to resolve this issue?

Answer

Finn picture Finn · May 8, 2016
  1. Download libgcrypt11_1.5.3 from: https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb

  2. Install lib with dpkg sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb

  3. Install StarUML with dpkg sudo dpkg -i StarUML-v2.7.0-64-bit.deb