分页: 1 / 1

Ubuntu14.04下使用umbrello做成的UML在Ubuntu16.04下无法打开

发表于 : 2019-01-18 22:02
scoket
使用umbrello在Ubuntu14.04下画UML图,保存为[xxx.xmi],但是在Ubuntu16.04无法打开出现以下错误。
Load error
The file <xxxxxxxxx.xmi> does not exist.

下载 [umbrello_4.14.2-1_amd64.deb] 从下面这个网址
http://ftp.de.debian.org/debian/pool/main/u/umbrello/

发生以下这些错误:
dpkg: dependency problems prevent configuration of umbrello:
umbrello depends on kde-runtime (>> 4:4.10); however:
Package kde-runtime is not installed.
umbrello depends on libkdecore5 (>= 4:4.11); however:
Package libkdecore5 is not installed.
umbrello depends on libkdeui5 (>= 4:4.11); however:
Package libkdeui5 is not installed.
umbrello depends on libkfile4 (>= 4:4.11); however:
Package libkfile4 is not installed.
umbrello depends on libkio5 (>= 4:4.11); however:
Package libkio5 is not installed.
umbrello depends on libktexteditor4 (>= 4:4.11); however:
Package libktexteditor4 is not installed.

如何解决这个问题 [The file <xxxxxxxxx.xmi> does not exist.]

Re: Ubuntu14.04下使用umbrello做成的UML在Ubuntu16.04下无法打开

发表于 : 2019-01-19 19:16
astolia
1. 不要直接安装debian源里的软件。去把已安装的卸载了重装
2. 你把那个文件保存到哪里了?具体路径是什么?

Re: Ubuntu14.04下使用umbrello做成的UML在Ubuntu16.04下无法打开

发表于 : 2019-01-21 9:09
scoket
好的,谢谢,试一下。
你是说下载的deb文件吗?要是的话,放到一个自定义的路径里面
/home/user/Project/SoftWare里面,这个有关系吗?必须放到usr/bin下还是....

Re: Ubuntu14.04下使用umbrello做成的UML在Ubuntu16.04下无法打开

发表于 : 2019-01-22 15:03
scoket
卸载后再安装还是一样的效果,还有别的需要注意的问题吗?