Jason Yu
Jason Yu

Reputation: 193

How to re-install chocolatey package

Story is I installed Firefox from choco, then I uninstall it from Program and Features manually. After that I found it still list in choco list --local-only. I cannot run choco install firefox because choco thought it already "exists".

How to update choco list? or anyone know how to re-install it?

Thanks.

Upvotes: 19

Views: 23345

Answers (1)

Claudiu Constantin
Claudiu Constantin

Reputation: 2228

You can issue a choco uninstall firefox -y, then a choco install firefox or a forced reinstall via choco install firefox --force --force-dependencies

Upvotes: 32

Related Questions