-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Uninstall an installed App #121
Copy link
Copy link
Closed
Labels
ExperimentalThis experimental feature can be enabled in settingsThis experimental feature can be enabled in settingsIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Milestone
Metadata
Metadata
Assignees
Labels
ExperimentalThis experimental feature can be enabled in settingsThis experimental feature can be enabled in settingsIssue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
As a user I want to be able to use winget to uninstall a package so I don't have to go through the Add/Remove software UX.
Experimental Feature
winget uninstall <package>- uninstalls the specified package.winget uninstall -?- displays help for the uninstall command.Note: uninstall depends on list also being enabled.
winget features- displays all experimental features and their statuswinget settings- launches settings.json to configure settings like experimental featuresNote:
There are limitations about how programs get installed and whether or not that binary supports uninstall. This may also need to be supported in the manifest with new key(s) and or syntax.
Edited: experimental status