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

OSPolicyResourcePackageResourceDeb

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

A deb package file. dpkg packages only support INSTALLED state.

interface OSPolicyResourcePackageResourceDeb {
pullDeps?: boolean;
}

§Properties

§
pullDeps?: boolean
[src]

Whether dependencies should also be installed. - install when false: dpkg -i package - install when true: apt-get update && apt-get -y install package.deb

§

Required. A deb package.