ocaml-opam / opam-depext

Attempt to automate the installation of system packages required by OPAM packages
Other
33 stars 28 forks source link

Force yum-based distributions to not upgrade when updating #137

Closed kit-ty-kate closed 3 years ago

kit-ty-kate commented 3 years ago

in yum, update is an alias to upgrade...

Source for solution: https://unix.stackexchange.com/questions/6252/what-is-yum-equivalent-of-apt-get-update

[only tested on oraclelinux8 for now, I need to test it elsewhere first]

dra27 commented 3 years ago

This is what opam 2.1 does (see opamSysInteract.ml#L660), so I think this is good to merge.