Skip to main content

Wget Installation

A dependency to assist installing packages from a remote location using the 'wget' toolset.

Supported Platform/Architectures

  • linux-x64
  • linux-arm64
  • win-x64
  • win-arm64

Profile Component Parameters

The following section describes the parameters used by the individual component in the profile.

ParameterRequiredDescription
PackageUriYesThe URI to the package to download and install.
SubPathNoThe subpath within the extracted folder to register as the true PackageName. Note: When extracted, some packages have subdirectories.

Example

The following section describes the parameters used by the individual component in the profile.

{
"Type": "WgetPackageInstallation",
"Parameters": {
"Scenario": "InstallRedisPackage",
"PackageName": "redis",
"PackageUri": "https://github.com/redis/redis/archive/refs/tags/6.2.1.tar.gz",
"SubPath": "redis-6.2.1",
"Notes": "Example path to package -> /packages/redis/redis-6.2.1"
}
},