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
Tools.Scoop.Bucket
Manages the repositories Scoop uses to discover apps.
public static ScoopBucket Bucket { get; }Property Value
Tools.Scoop.Config
Reads and changes Scoop settings.
public static ScoopConfig Config { get; }Property Value
Tools.Scoop.Install
Installs apps from configured buckets, manifests, or manifest URLs.
public static ScoopInstall Install { get; }Property Value
Tools.Scoop.Uninstall
Uninstalls apps managed by Scoop.
public static ScoopUninstall Uninstall { get; }Property Value
Tools.Scoop.Update
Updates Scoop itself or installed apps.
public static ScoopUpdate Update { get; }