-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "aqua remove" or "aqua clean" - removing package #538
Comments
We have no plan to support this. |
This comment has been minimized.
This comment has been minimized.
Surely that's difficult... Sorry. |
No problem. Thank you for your proposal. |
Perhaps a command like |
I'm reconsidering this feature. Even if you remove packages, Lazy Install will reinstall them when they are necessary, so we don't need to support deleting packages so flexibly. So I'm thinking the simple features like the following. $ aqua rm --all # Delete all packages (delete `pkgs` but keep `bin`)
$ aqua rm [<registry name>,]<package name> [...] # Delete given packages (delete all versions)
$ aqua rm --command [-c] <command name> # Delete packages with the given command (delete all versions) About packages, aqua refers
You may want to keep the latest version and delete only old versions, but we don't support it now. |
v2.11.0 is out 🎉 |
$ aqua clean # remove package automatically
The text was updated successfully, but these errors were encountered: