Use the winget tool to install and manage applications

# Installs the specified application.
winget install <appname>

# Displays details for the specified application.
winget show <appname>

# Upgrades the given package.
winget upgrade <appname>

# Uninstalls the given package.
winget uninstall <appname>

# Searches for an application.
winget search <appname>

# Display installed packages.
winget list