apt-get install php-pear
The error was:
E: Internal Error, Could not perform immediate configuration (2) on mountall
What I did was:
cd /var/cache/apt/archives/ dpkg -i --force-depends *
Then after a bunch of output:
apt-get -f install
That did the trick! Hope this helps if you stumble upon this issue.