atomsRemove Remove one or several modules Calling Sequence result = atomsRemove(modules[,section][,delete]) Arguments modules mx1 or mx2 character string matrix: 1st Col. Technical name Mandatory 2nd Col. Version Optional If this field is empty or is not present, all versions of the module are removed. section This argument controls the list of sections where search modules to remove. section is a single-string and its value should be : "all": Modules to remove are searched in both "user" and "allusers" sections. "allusers": Modules to remove are only searched in the "allusers" section. "user": Modules to remove are only searched in the "user" section. If SCI is write accessible, "all" is the default value. Otherwise, the default value is "user". delete delete is a boolean. If set to %T (True), the .zip or .tar.gz file containing the sources will also be deleted. This includes the dependencies' archives files that were installed with the module, if any. result 5xn character string matrix: 1st Col. Technical name 2nd Col. Version 3rd Col. Installation section this parameter determines whether the module has been installed for all users or only for the current user. 4th Col. Installation path 5th Col. Status "I" stands for "Intentionaly", "A" stands for "Automatically" Description atomsRemove remove one or more modules. Examples See Also atomsInstall atomsIsInstalled atomsGetInstalled