I've looked into C:\ProgramData\chocolatey\lib
.
Each package I've installed has its own folder and some content like this:
C:.
| notepadplusplus.nupkg
|
\---tools
chocolateyInstall.ps1
But there are no files like notepadplusplus.msi or notepadplusplus.zip.
Does Chocolately remove the package itself after the installation to save harddisk space?
Is there no local cache somewhere?
The Chocolatey client uses NuGet. Core. dll to obtain a package from the source repository. The package contents are installed into c:\programdata\chocolatey\lib<package id>.
Go to https://community.chocolatey.org/packages/chocolatey and find a version you want. Click on Download to download that version's nupkg file.
To verify that Chocolatey is installed, we will use the choco command. C:\WINDOWS\system32>choco Chocolatey v0. 10.15 Please run 'choco -? ' or 'choco -?
The local cache defaults to the TEMP folder located at:
C:\Users\<username>\AppData\Local\Temp\chocolatey
The cache can also be controlled through the config value cacheLocation
, which can be set to a different location, which is useful when the TEMP directory is not allowed for downloads.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With