yum(_:)
Creates a system package provider with a list of installable packages for users of the yum package manager on Red Hat Enterprise Linux or CentOS.
Declaration
static func yum(_ packages: [String]) -> SystemPackageProviderParameters
- packages:
The list of package names.
Return Value
A package provider.