Archives / Snippets / Projets

C'est une mauvaise idée !

Ocaml / OPAM / utop : Ubuntu

L'installation d'OPAM sous ubuntu est bof bof (opam version 1.1) : il faut utiliser le PPA ci-dessous pour avoir opam version 1.2+.

[https://github.com/realworldocaml/book/wiki/Installation-Instructions#ubuntu-linux]

sudo add-apt-repository ppa:avsm/ppa
sudo apt-get update

sudo apt-get install ocaml-batteries-included sudo apt-get install opam ocaml-native-compilers camlp4-extra

opam init opam update opam install core core_extended

Trucs qui marchent pas

  • la version de base de OPAM sous Ubuntu (1.1)
  • Ocamlbrew : c'est très très bien, mais au final opam marche pas pour autant. Dommage
  • Install à la main...