---
title: "nuget(_:)"
framework: packagedescription
role: symbol
role_heading: Type Method
path: "packagedescription/systempackageprovider/nuget(_:)"
---

# nuget(_:)

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

## Declaration

```swift
static func nuget(_ packages: [String]) -> SystemPackageProvider
```

## Parameters

- `packages`: The list of package names.

## Return Value

Return Value A package provider.

## See Also

### Providing Hints to Users of System Packages

- [apt(_:)](packagedescription/systempackageprovider/apt(_:).md)
- [brew(_:)](packagedescription/systempackageprovider/brew(_:).md)
- [yum(_:)](packagedescription/systempackageprovider/yum(_:).md)
