mirror of
https://github.com/ivabus/docs
synced 2024-11-10 02:05:16 +03:00
Document uninstalling packages
https://github.com/teaxyz/cli/issues/613
This commit is contained in:
parent
26a5f29e1b
commit
167bbf91f0
15
docs/FAQ.md
15
docs/FAQ.md
|
@ -114,6 +114,21 @@ component will be an implementation detail that you won’t need to think about
|
||||||
|
|
||||||
Check out our [white paper] for more information.
|
Check out our [white paper] for more information.
|
||||||
|
|
||||||
|
## Uninstalling Packages
|
||||||
|
|
||||||
|
Step into `~/.tea` and delete the packages you no longer want. It’s that
|
||||||
|
simple.
|
||||||
|
|
||||||
|
We use fully qualified domain names for package namespacing, so it may tricky
|
||||||
|
to find what you need to delete. You can dryrun tea to fine the path:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ tea -n exa
|
||||||
|
~/.tea/crates.io/exa/v0.10.1/bin/exa
|
||||||
|
|
||||||
|
$ rm -rf ~/.tea/crates.io/exa
|
||||||
|
```
|
||||||
|
|
||||||
# I have another question
|
# I have another question
|
||||||
|
|
||||||
Start a [discussion] and we’ll get back to you.
|
Start a [discussion] and we’ll get back to you.
|
||||||
|
|
Loading…
Reference in a new issue