I'm trying to uninstall a private package, but because it is used by others packages Chocolatey show me this:
Unable to uninstall 'tibco-businessworks 6.5.1' because 'bw_6.5.1_hf_002 6.5.1.002, tibco_bwpluginibmi 7.2.0' depend on it.
The problem is when I use this command
choco uninstall tibco-businessworks -forcedependencies
Chocolatey shows me the same message as before. I need it to uninstall leaf packages after that uninstall root package.