I am having trouble getting a installing version 1.8.1.1 of pandoc. The repository has version 1.5.1.1, and the 1.8.1.1 tar.gz does not come with clear instructions for installation.
I have also tried the recommendation from the pandoc page:
sudo apt-get install cabal
cabal update
cabal install pandoc
And pandoc is installed in ~/.cabal/lib/pandoc-1.8.1.1/ although man pandoc returns
man: can't resolve /usr/share/man/man1/pandoc.1.gz: No such file or directory
No manual entry for pandoc
Any assistance appreciated