আমার জীবনের জন্য আমি কীভাবে প্যান্ডোক ইনস্টল করতে পারি তা বুঝতে পারি না। আমি চেষ্টা পদ্ধতির তার GitHub থেকে সুপারিশ করা রেপো সেইসাথে সব 3 pandoc সাইটে সুপারিশ পন্থা । আমি উবুন্টু 12.04 এ ইনস্টল করছি তাই আমি প্রথমটি করেছি sudo apt-get install haskell-platform
।
এখানে প্রতিটি পদক্ষেপে ত্রুটি ঘটেছে এখানে:
1) গিথুব রেপোতে প্রস্তাবিত হিসাবে ইনস্টল করা:
# cabal install --enable-tests
Registering zlib-conduit-1.0.0...
cabal: Error: some packages failed to install:
http-conduit-1.9.4.5 depends on mime-types-0.1.0.3 which failed to install.
mime-types-0.1.0.3 failed during the building phase. The exception was:
ExitFailure 9
pandoc-1.12 depends on mime-types-0.1.0.3 which failed to install.
2) পান্ডোক সাইটে প্রাথমিক ইনস্টলেশন পদ্ধতি:
# cabal install pandoc
[35 of 45] Compiling Text.Pandoc.Parsing ( src/Text/Pandoc/Parsing.hs, dist/build/Text/Pandoc/Parsing.o )
cabal: Error: some packages failed to install:
pandoc-1.11.1 failed during the building phase. The exception was:
ExitFailure 9
3) "যদি আমার বিতরণে জিএইচসি 6.12 থাকে"
# cabal install cabal-install
[46 of 67] Compiling Distribution.Simple.LocalBuildInfo ( Distribution/Simple/LocalBuildInfo.hs, dist/build/Distribution/Simple/LocalBuildInfo.o )
cabal: Error: some packages failed to install:
Cabal-1.16.0.3 failed during the building phase. The exception was:
ExitFailure 9
cabal-install-1.16.0.2 depends on Cabal-1.16.0.3 which failed to install.
4) টারবাল ইনস্টল করা:
# cabal install pandoc
[23 of 45] Compiling Text.Pandoc.Writers.Texinfo ( src/Text/Pandoc/Writers/Texinfo.hs, dist/build/Text/Pandoc/Writers/Texinfo.o )
cabal: Error: some packages failed to install:
pandoc-1.11.1 failed during the building phase. The exception was:
ExitFailure 9
sudo apt-get install pandoc