Forum OpenACS Q&A: Re: Uninstalling a Package from Package Manager

Collapse
Posted by Peter Marklund on
- visit /acs-admin/apm
- click on the package you want to uninstall
- click on the uninstall link

Unfortunately, I'm not sure all packages can be cleanly uninstalled. Now that we have APM callbacks I set up my packages to delete their data in a before-uninstantiate Tcl callback. That way the sql drop scripts are easier to write as they don't need to concern themselves with tearing down data.