StarUML [Linux] under Always use version

This is StarUML under Linux , in fact, is the same under windows

  • Please do not used for commercial purposes
  • This is StarUML under Linux
  • After decompression, which is a appImage file, that is, double-click to run directly version

 

[Bash shell] plain text view Copy the code
?
1
xxx.AppImage --appimage-extract


Appimage file compression and decompression re
the need to use appimagetool tool, which can be up and down from github to:

[Bash shell] plain text view Copy the code
?
1
2
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod a+x appimagetool-x86_64.AppImage


Execute the appropriate command on it:

[Bash shell] plain text view Copy the code
?
1
appimagetool-x86_64.AppImage 解压后的文件夹

Guess you like

Origin www.cnblogs.com/accumulater/p/11968224.html