How do you remove an extension and all its unused dependencies from the CLI?
I use a frugal microcore installation exclusively and am having trouble figuring out how to do this. It seems that AppsAudit (in TC) can do it, like so:
http://wiki.tinycorelinux.net/wiki:remove_apps...but, even though I know that AppsAudit just uses tce-audit behind the scenes, I can't yet figure out how to do it.
A good example case, and the one I'm actively trying to resolve, is uninstalling 'compiletc' and all its dependencies... unless one of the dependencies is used by another extension. How do you do this with tce-audit?
In general, I can't find any docs on what the various cmdline options do for tce-audit. Do they exist somewhere I can't find? I've tried digging through /usr/bin/tce-audit directly, but shell scripts are torture for me to understand and I can't figure it out (yet). The best I've found is this small snippet, which helps, but not completely...
http://forum.tinycorelinux.net/index.php?topic=4675.msg24639#msg24639Any help is much appreciated.