Ubuntu 16.04安裝UML工具StarUML 2


StarUML 2是一個商業軟件,但是沒有時間限制,就像Sublime Text 3一樣。而且具有跨平台,支持Mac、Windows。

這個軟件曾經08年的時候在老D的博客上有推薦過,參考:http://www.cnblogs.com/daizhj/archive/2008/04/14/1153121.html

下載:

http://staruml.io/download

安裝:

wget https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
sudo dpkg -i StarUML-v2.8.0-64-bit.deb

創建Dash圖標:

在~/.local/share/applications下新建staruml.desktop文件,內容如下:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=StarUML  
Icon=staruml.png
Path=/usr/bin
Exec=/usr/bin/staruml
StartupNotify=false
StartupWMClass=XMind
OnlyShowIn=Unity;
X-UnityGenerated=true

 

離線文件:

鏈接: https://pan.baidu.com/s/1mhJd1Kc 密碼: ycei

參考:

https://stackoverflow.com/questions/37095617/cant-install-staruml-in-ubuntu-16-04/37095618#37095618

https://stackoverflow.com/questions/9207092/are-there-any-good-free-lightweight-linux-uml-design-tools


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM