-
So I do I understand the document states –
But how can I possibly know and delete all its dependencies? What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
My advice would be to delete everything in We haven’t got something like You can We have something like a |
Beta Was this translation helpful? Give feedback.
My advice would be to delete everything in
~/.tea
bartea.xyz
.tea
is nice in that deleting stuff doesn’t effect workflows. Everything just gets installed again as you need it.We haven’t got something like
apt auto-remove
yet, nor adeps
command. There is no easy way to recursively list deps withtea/cli
currently.You can
tea +php.net
to get the env dump and via that figure out all deps, but it's not nice.We have something like a
tea install
command planned which moves us closer to normal package management, that may fit your needs here.