mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 03:15:41 +02:00

* cargo-*: add Chinese translation --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
8 lines
245 B
Markdown
8 lines
245 B
Markdown
# cargo uninstall
|
|
|
|
> 移除使用 `cargo install` 安装的 Rust 二进制文件。
|
|
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-uninstall.html>.
|
|
|
|
- 移除一个已安装的二进制文件:
|
|
|
|
`cargo remove {{package_spec}}`
|