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

OSPolicyResourcePackageResourceAPT

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

A package managed by APT. - install: apt-get update && apt-get -y install [name] - remove: apt-get -y remove [name]

interface OSPolicyResourcePackageResourceAPT {
name?: string;
}

§Properties

§
name?: string
[src]

Required. Package name.