ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
21.03k stars 1.4k forks source link

List and uninstall dependencies for an installed program #4276

Open PedroAlves24 opened 3 years ago

PedroAlves24 commented 3 years ago

I know this could be done with a simple script, but this seems like a functionality that could be useful enough to be bundled with scoop itself. Is it already a feature and I'm just missing something?

rashil2000 commented 5 months ago

Originally posted by @ThatNerdyPikachu in #3806:

Would be useful for the package or two that has dependencies, minor nitpick though as most do not. I did it myself for the time being, not in PowerShell though. See https://github.com/ThatNerdyPikachu/scoop-uninstall-with-deps

rashil2000 commented 5 months ago

Originally posted by @sanskar-mk2 in #5817:

Feature Request

Is your feature request related to a problem? Please describe.

I have a package that I have not installed myself

PS C:\Users\sohma_w4> scoop info dark

Name        : dark
Description : WiX (Windows Installer XML) Toolset Decompiler
Version     : 3.14
Bucket      : main
Website     : https://wixtoolset.org
License     : MS-RL
Updated at  : 24-Feb-24 18:00:08
Updated by  : github-actions[bot]
Installed   : 3.11.2
              3.14
Binaries    : dark.exe

Describe the solution you'd like

Maybe the package is installed from some other package as a dependency(?), I would like feature to draw a tree that tells what caused this to install, or maybe a field like parent

Describe alternatives you've considered

None I can think of right now.