quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

ql:uninstall should accept a list of systems to uninstall

Open Symbolics opened this issue 8 years ago • 3 comments

As it is, systems have to be uninstalled one-by-one Also, a :remove-dependencies option would be nice for those systems that pull in the entire universe

Symbolics avatar Aug 20 '17 06:08 Symbolics

Agreed, meanwhile (mapc #'ql:uninstall list-of-systems) is a simple workaround.

Hexstream avatar Aug 20 '17 15:08 Hexstream

https://github.com/quicklisp/quicklisp-client/pull/164

obicons avatar Apr 30 '18 13:04 obicons

In the latest version of quicklisp (mapc #'ql:uninstall (mapcar #'ql-dist:short-description (ql-dist:installed-systems t)))

ghost avatar Jul 12 '23 03:07 ghost