package_install_version

Install or update a package in a specific version.

⚙️ Compatible targets: Linux

⚠️ Deprecated: This method is deprecated and should not be used.

Parameters

NameDocumentation
nameName of the package to install.

This parameter is required.
package_versionVersion of the package to install (can be "latest" to install it in its latest version).

This parameter is required.

Example

method: package_install_version
params:
  name: VALUE
  package_version: VALUE