Skip to content

Instantly share code, notes, and snippets.

@bsubei
Created June 24, 2015 16:13
Show Gist options
  • Save bsubei/3c64641da08027f8bd18 to your computer and use it in GitHub Desktop.
Save bsubei/3c64641da08027f8bd18 to your computer and use it in GitHub Desktop.
adlb deb fails to install due to missing libmpich2-3 dependency, which I can't find
$ sudo dpkg -i adlb_0.6.0-1_amd64.deb
Selecting previously unselected package adlb.
(Reading database ... 710892 files and directories currently installed.)
Preparing to unpack adlb_0.6.0-1_amd64.deb ...
Unpacking adlb (0.6.0-1) ...
dpkg: dependency problems prevent configuration of adlb:
adlb depends on libmpich2-3; however:
Package libmpich2-3 is not installed.
dpkg: error processing package adlb (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
adlb
$ sudo apt-get install libmpich2-3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libmpich2-3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libmpich2-3' has no installation candidate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment