oracle / centos2ol

Script and documentation to switch CentOS/Rocky Linux to Oracle Linux
https://linux.oracle.com/switch/centos/
Universal Permissive License v1.0
345 stars 83 forks source link

Some installations don't have yum #96

Open faew opened 3 years ago

faew commented 3 years ago

Some installations don't have yum

Checking for required packages... 'yum' command not found. Please install or add it to your PATH and try again.

Simple fix: sudo dnf -y install yum

Djelibeybi commented 3 years ago

Oh, good catch. We need to add a test for yum and dnf and use whichever is available.