我使用ubuntu 16.04 – 64位。我试图用.deb文件安装启动UML,并从Ubuntu软件得到这个消息:
This software comes from a 3rd party and may contain non-free components
然后我试图用dpkg安装,并得到:
$ 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
你能帮我解决这个问题吗?
>从下载libgcrypt11_1.5.3:
https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
>使用dpkg安装lib
原文链接:https://www.f2er.com/ubuntu/349255.html>使用dpkg安装lib
sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
>使用dpkg安装StarUML
sudo dpkg -i StarUML-v2.7.0-64-bit.deb