Winget

From Andreida
Revision as of 13:26, 10 May 2024 by Andreas (talk | contribs) (Created page with "winget is like apt-get but for Windows. Show installed and recognized tools: winget list Show installed tools which can be updated via winget: winget list --upgrade-available Upgrade/update via winget: winget update calibre Search for a tool: winget search "Total Commander" Install a tool: winget install "Total Commander" Show information about a tool: winget show "Total Commander"")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

winget is like apt-get but for Windows.

Show installed and recognized tools:

winget list

Show installed tools which can be updated via winget:

winget list --upgrade-available

Upgrade/update via winget:

winget update calibre

Search for a tool:

winget search "Total Commander"

Install a tool:

winget install "Total Commander"

Show information about a tool:

winget show "Total Commander"