Table of Contents

Scoop

Configure Scoop and manage buckets and installed applications on Windows.

Entry points

Tools.Scoop.EnsureAvailable

Makes the scoop command available through its official installer.

public static ScoopEnsureAvailable EnsureAvailable { get; }

Property Value

ScoopEnsureAvailable

Tools.Scoop.Bucket

Manages the repositories Scoop uses to discover apps.

public static ScoopBucket Bucket { get; }

Property Value

ScoopBucket

Tools.Scoop.Config

Reads and changes Scoop settings.

public static ScoopConfig Config { get; }

Property Value

ScoopConfig

Tools.Scoop.Install

Installs apps from configured buckets, manifests, or manifest URLs.

public static ScoopInstall Install { get; }

Property Value

ScoopInstall

Tools.Scoop.Uninstall

Uninstalls apps managed by Scoop.

public static ScoopUninstall Uninstall { get; }

Property Value

ScoopUninstall

Tools.Scoop.Update

Updates Scoop itself or installed apps.

public static ScoopUpdate Update { get; }

Property Value

ScoopUpdate

Related types