<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "PackageDescription",
  "identifier" : "/documentation/PackageDescription/SystemPackageProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "PackageDescription"
    ],
    "preciseIdentifier" : "s:18PackageDescription06SystemA8ProviderO"
  },
  "title" : "SystemPackageProvider"
}
-->

# SystemPackageProvider

The system package providers that this package uses.

```
enum SystemPackageProvider
```

## Topics

### Providing Hints to Users of System Packages

[`apt(_:)`](/documentation/PackageDescription/SystemPackageProvider/apt(_:))

Creates a system package provider with a list of installable packages
for users of the apt-get package manager on Ubuntu Linux.

[`brew(_:)`](/documentation/PackageDescription/SystemPackageProvider/brew(_:))

Creates a system package provider with a list of installable packages
for people who use the HomeBrew package manager on macOS.

[`nuget(_:)`](/documentation/PackageDescription/SystemPackageProvider/nuget(_:))

Creates a system package provider with a list of installable packages
for users of the NuGet package manager on Linux or Windows.

[`yum(_:)`](/documentation/PackageDescription/SystemPackageProvider/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.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)