winget
Use the winget tool to install and manage applications | Microsoft Learn (opens new window)
# Installed list
winget list
winget ls
# winget ls -s winget # only shows sources from winget, but it didn't work
# Updatable list
winget upgrade
winget update
# Update
winget update --id <id>
# Uninstall
winget uninstall
winget remove
winget rm
# winget rm --id LocalSend.LocalSend
上次更新: 2024/06/29, 09:56:49