Skip to main content

How to Install TeraCopy using WinGet

WinGet is the Windows package manager that lets you install applications from the command line.

Install TeraCopy

To install the latest version from the official WinGet repository, run:

winget install CodeSector.TeraCopy

Install multiple applications

WinGet can install several applications with a single command. For example:

winget install TeraCopy Firefox 7zip -s winget

Using -s winget or --source winget ensures that packages are installed from the WinGet community repository rather than the Microsoft Store when both versions are available.

Update TeraCopy

To update TeraCopy to the latest version:

winget upgrade CodeSector.TeraCopy

Or update all installed applications:

winget upgrade --all

Uninstall TeraCopy

To remove TeraCopy:

winget uninstall CodeSector.TeraCopy

Did this answer your question?