Why is go_install and http type packages not supported by aqua rm unless --all is passed?
#2903
Closed
Answered
by
suzuki-shunsuke
sapphi-red
asked this question in
Deprecated (Question and Answer)
QuestionI saw this limitation here. Is it just not implemented or is there a limitation somewhere? Background of the questionI was thinking if I should create a feature request for adding support for that. Example CodeNo response NoteNo response |
Answered by
suzuki-shunsuke
Sep 21, 2024
Replies: 2 comments 2 replies
|
I don't remember why go_install packages can't be uninstalled without On the other hand, to support uninstalling |
1 reply
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v2.33.0 is out 🎉
https://github.com/aquaproj/aqua/releases/tag/v2.33.0
This release supports not only
go_installbut alsohttppackages.Furthermore, we could resolve this issue without adding a new field.
#2905 (comment)