- cpack_remove(+Pack) is det
- cpack_remove(+Pack, +Options) is det
- Remove CPACK Pack. Processed options:
- force(Boolean)
- If
true
, omit checking whether removing the package will break dependencies. - fake(true)
- Print messages indicating what actions will be preformed, but do not modify anything.
- To be done
- - Should we also try to unload all loaded files?