- Install Wine and Winetricks by running these commands. If apt-get complains about missing dependencies, install them, then repeat the update and install commands.
- sudo dpkg --add-architecture i386
- wget https://dl.winehq.org/wine-builds/Release.key
- sudo apt-key add Release.key
- sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
- sudo apt-get update
- sudo apt-get install --install-recommends winehq-devel
- sudo apt-get install winetricks
- We recommend installing the Carlito font, so that text in diagrams appears as it does in a native Windows installation. This also prevents the diagram from resizing unnecessarily.
- sudo apt-get install fonts-crosextra-carlito
- Install the MSXML and MDAC components by running these commands
- winetricks msxml3
- winetricks msxml4
- winetricks mdac28
- If prompted to do so, download the msxml.msi file and place it in the directory: ~/.cache/winetricks/msxml3.
- Note: When Wine updates are applied to your system, often they interfere with the mdac28 module, preventing it from running. To avoid any issues, it is good practice after installing Wine updates, to run this command:
- winetricks --force mdac28
- Download the latest Enterprise Architect installer
- Install Enterprise Architect by running one of these commands, which relate to the registered and trial installations respectively:
- wine msiexec /i easetupfull.msi
- wine msiexec /i easetup.msi
- 参考链接:https://sparxsystems.com/enterprise_architect_user_guide/14.0/product_information/enterprise_architect_linux.html
ubuntu系统安装enterprise architecture
最新推荐文章于 2024-12-13 11:06:59 发布