Hello everyone,
I just made a fresh install of CentOS 8 minimal install, and then:
- yum update
- yum groupinstall ‘Development Tools’
- yum install ocaml
and for some reason, ocaml isn’t found. If I do a ‘yum search ocaml’ or ‘yum list ocaml’, nothing shows up. What gives. ocaml used to be installable through yum forever, why can’t CentOS 8 see it anymore?
Help please