apt(_:)
Creates a system package provider with a list of installable packages for users of the apt-get package manager on Ubuntu Linux.
Declaration
static func apt(_ packages: [String]) -> SystemPackageProviderParameters
- packages:
The list of package names.
Return Value
A package provider.