public sealed class APT : IMessage<OSPolicy.Types.Resource.Types.PackageResource.Types.APT>, IEquatable<OSPolicy.Types.Resource.Types.PackageResource.Types.APT>, IDeepCloneable<OSPolicy.Types.Resource.Types.PackageResource.Types.APT>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class OSPolicy.Types.Resource.Types.PackageResource.Types.APT.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides reference information for the `OSPolicy.Types.Resource.Types.PackageResource.Types.APT` class within the Google Cloud OS Config v1 API, specifically for managing packages via APT."],["The latest version documented is 2.4.0, with multiple older versions available, ranging back to version 1.3.0, all of which provide the same APT class."],["The `APT` class, used for APT package management, inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `APT` class has a `Name` property, a string representing the package's name, and has two constructors to create `APT` objects: one empty, and another to create an object from another `APT` instance."],["Commands to manage packages using the APT include installing (`apt-get update && apt-get -y install [name]`) and removing (`apt-get -y remove [name]`) as listed in the content."]]],[]]