我刚刚安装了 Ubuntu 16.04 并想安装 StarUML。我从http://staruml.io/download/release/v2.0.2/StarUML-v2.0.2-64-bit.deb下载了 StarUML ,然后在终端中:
dpkg -i StarUML-v2.0.2-64-bit.deb
Run Code Online (Sandbox Code Playgroud)
我收到了这条消息:
Unpacking staruml (2.0.2) ...
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
Run Code Online (Sandbox Code Playgroud)
我能做什么?