Package installed with --allowmultiple
don't show up in choco list -lo
#2046
Labels
--allowmultiple
don't show up in choco list -lo
#2046
👋 Hi guys, first of all, thanks for a great product and a nice user experience 🙏
What You Are Seeing?
I had to install an older version of the dotnetcore-sdk package side-by-side with the latest one, so I installed it using
The installation goes well and I can see the package both on disk (
C:\ProgramData\chocolatey\lib\dotnetcore-sdk.2.1.802
andC:\ProgramData\chocolatey\lib\dotnetcore-sdk
) and in the Installed Programs overview from windows, but when runningchoco list -lo
only the latest version shows in the lits:What is Expected?
Would like both versions to show when running
choco list -lo
.How Did You Get This To Happen? (Steps to Reproduce)
Install some package, like latest
dotnetcore-sdk
, then install an older version with--allowmultiple=true
and run ``choco list -lo`.Output Log
Log of reproducing with
wget
package:https://gist.github.com/andmos/98e7f8cedc493e245c43d41632a11bd5
The text was updated successfully, but these errors were encountered: