From bdb25be4aa9e71549e1c0f245ca24b19605baeb3 Mon Sep 17 00:00:00 2001 From: sauluskahn Date: Tue, 25 Sep 2012 15:49:29 +0000 Subject: [PATCH] --- ...e_installing_from_cabal_on_debian-testing.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn diff --git a/doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn b/doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn new file mode 100644 index 0000000000..28c3a1749a --- /dev/null +++ b/doc/forum/Trouble_installing_from_cabal_on_debian-testing.mdwn @@ -0,0 +1,15 @@ +I'm having trouble install from cabal on Debian-testing since the new beta released. + + % sudo aptitude remove --purge cabal-install + % rm -rf $HOME/.cabal + % sudo aptitude install cabal-install + % cabal update + % cabal install git-annex + +The output all follows this general syntax: + + depends on which failed to install + +On the flip side, I upgrade my Debian to sid and it installed just fine through aptitude. + +(Apologies for my English, and if this is simply a user error)