Can't install StarUML in Ubuntu 16.04

醉酒当歌 提交于 2019-12-02 18:00:48
  1. Download libgcrypt11_1.5.3 from: https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb

  2. Install lib with dpkg sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb

  3. Install StarUML with dpkg sudo dpkg -i StarUML-v2.7.0-64-bit.deb

Download

wget http://security.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.3-2ubuntu4_amd64.deb

Install lib with dpkg

sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4_amd64.deb

Install StarUML with dpkg

sudo dpkg -i StarUML-v2.8.0-64-bit.deb

Adding to this topic for Ubuntu 18.04:

  1. Download libgcrypt11 from the provided link:

    https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb

  2. Now, install it with the command:

    sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
    
  3. Now, we have to install another dependency, libcurl3. Run the command:

    sudo apt install libcurl3
    
  4. Now, proceed with the installation of StarUML:

    sudo dpkg -i StarUML-v2.8.1-64-bit.deb
    

    Note that the file name will change depending on StarUML version.

That's it. Worked like charm for me.

I had this error when trying to install the Start UML installation before installing the libgcrypt11_1.5.3-2ubuntu4_amd64.deb package. If you complete the steps above, please run:

sudo apt-get -f install

with me it run

To me I had to do the following steps:

Installing the deb file using dpkg:

sudo dpkg -i StarUML-v2.8.0-64-bit.deb

Followed by the sudo apt-get install -f command.

Additionally you have to install libpango-1.0-0

sudo apt install libpango-1.0-0  
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!