3

I'm trying to install starUML on ubuntu 15.04 but I always have this message

"Dependency is not satisfiable libgcrypt11 (>=1.4.5)"

Could someone help me!?

MatthewD
  • 6,719
  • 5
  • 22
  • 41
mina
  • 1,872
  • 1
  • 15
  • 20

3 Answers3

4

Try to download and install libgcrypt11 (1.5.3-2ubuntu4.2), as it's the latest version available.

Robb1
  • 4,587
  • 6
  • 31
  • 60
1

You can download libgcrypt11 (1.5.4-2ubuntu1.1) and install it. There is some issue in Ubuntu 15.04.

ryuichiro
  • 3,765
  • 1
  • 16
  • 21
1

Try this (it worked for me in Ubuntu 15.10 64bit)

wget ftp://ftp.debian.org/debian/pool/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u3_amd64.deb
sudo dpkg -i libgcrypt11_1.5.0-5+deb7u3_amd64.deb