-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
choco ls command - list information about an installed package #681
Comments
Choco list pkgname already exists - with a different purpose. Perhaps choco ls pkgname? |
If |
It's worth noting that |
Hi, @alexchandel
No, it is NOT cool at all. There are a great number of ways to degrade end users' experience.
It's obvious that the commands of The Besides, for most users, Chocolatey is just a utility to help them setup computer. Additionally, on the one hand, a word such as
Conclusion: Now, let's go back to the original topic of this issue. This issue is about a way to get install location (and perhaps file list) of a package in
In my opinion, the command It can also be added to the output of |
We don't have any plans to add I'm going to go ahead and close this, but we can reopen it if necessary. |
Hi @pauby , thank you for looking at this issue. But I fear you might have misunderstood what it is about. You say, "We don't have any plans to add On other packaging systems this is a common operation, for example |
To find the files in the package you could either open it or visit the package page if it's on the Chocolatey Community Repository. For software the package will generally include the Chocolatey PowerShell scripts and the installer, if it can be redistributed. To find the installation directory, I believe there are other issues requesting this. From memory this would come through the Neither of them need a separate command. |
I would like a feature similar to
brew ls <packageName>
as mentioned in #644Depends on #690.
The text was updated successfully, but these errors were encountered: