I am trying to install the RAST client in biolinux but when I try to open the deb file myrast-runtime_1.0-1ubuntu1_amd64.deb it tells me that it couldn't resolve the dependency to libdb4.8. Previously I typed
Depending on the system, you might also find that, besides lidb4.8, you need libwxgtk2.8-0. I could not find this on the repos, so I downloaded by following the instructions found here.
Those instructions are:
1. Add the following line to /etc/apt/sources.list:
# deb http://www.deb-multimedia.org jessie main
2. Update the package index:
# sudo apt-get update
3. Install GPG key of the repository:
# sudo apt-get install deb-multimedia-keyring
4. Install libwxgtk2.8-0 deb package:
# sudo apt-get install libwxgtk2.8-0
I am having the same issue.