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!?
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!?
Try to download and install libgcrypt11 (1.5.3-2ubuntu4.2), as it's the latest version available.
You can download libgcrypt11 (1.5.4-2ubuntu1.1) and install it. There is some issue in Ubuntu 15.04.
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