Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OSPolicyResourcePackageResourceRPM

import type { OSPolicyResourcePackageResourceRPM } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

An RPM package file. RPM packages only support INSTALLED state.

interface OSPolicyResourcePackageResourceRPM {
pullDeps?: boolean;
}

§Properties

§
pullDeps?: boolean
[src]

Whether dependencies should also be installed. - install when false: rpm --upgrade --replacepkgs package.rpm - install when true: yum -y install package.rpm or zypper -y install package.rpm

§

Required. An rpm package.