COT.helpers.yum module

Wrapper for the 'yum' package manager.

class Yum[source]

Bases: COT.helpers.helper.PackageManager

The 'yum' package manager utility.

__init__()[source]

Initializer.

install_package(package)[source]

Install the requested package if needed.

Parameters:package (str) -- Name of the package to install.