Skip to content

Instantly share code, notes, and snippets.

@smaboshe
Last active August 29, 2015 14:01
Show Gist options
  • Save smaboshe/a728db2f7b5c5d2e83d2 to your computer and use it in GitHub Desktop.
Save smaboshe/a728db2f7b5c5d2e83d2 to your computer and use it in GitHub Desktop.
Problems installing Ledger 3 on Ubuntu 12.04 (Desktop)
Encountered after following the steps to install this PPA for Ledger 3:
https://launchpad.net/~mbudde/+archive/ledger
$ sudo apt-get install ledger
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ledger : Depends: libboost-filesystem1.49.0 (>= 1.49.0-1) but it is not installable
Depends: libboost-iostreams1.49.0 (>= 1.49.0-1) but it is not installable
Depends: libboost-python1.49.0 (>= 1.49.0-1) but it is not installable
Depends: libboost-regex1.49.0 (>= 1.49.0-1) but it is not installable
Depends: libboost-system1.49.0 (>= 1.49.0-1) but it is not installable
Depends: libmpfr4 (>= 3.1.1) but 3.1.0-3ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment