Installing Enterprise Architect in Ubuntu

    1. Install Wine – there are many instructions. Following is what I did:

      Here is the link to the install instruction: Wine Installation Instruction

      #first install the wine from stable release. 
      #You will need to add the repository first. 
      #See the instruction in the link above.
      sudo apt-get install --install-recommends winehq-stable
      
      #install wine tricks for the EA.
      sudo dpkg --add-architecture i386
      sudo add-apt-repository ppa:wine/wine-builds
      sudo apt-get update
      sudo apt-get install --install-recommends winehq-devel
      sudo apt-get install winetricks
      
    2. Then follow the instruction in the this link to install the Enterprise Architect.

      Enterprise Architect instruction page