📜  如何卸载 rust - Shell-Bash (1)

📅  最后修改于: 2023-12-03 15:08:31.840000             🧑  作者: Mango

如何卸载 Rust - Shell/Bash

在一些情况下,您可能需要卸载 Rust。本文将向您介绍如何在 Shell/Bash 中卸载 Rust。

步骤
  1. 打开终端。

  2. 运行以下命令以卸载 Rust:

    sudo /usr/local/lib/rustlib/uninstall.sh
    

    上述命令会删除 Rust 以及 Rust 附带的所有工具和库。执行该命令后,您不能再使用 Rust 程序和工具。

  3. 如果您安装了 Rustup,请使用以下命令卸载 Rustup:

    curl https://sh.rustup.rs -sSf | sh -s -- --uninstall
    

    该命令会从系统中删除 Rustup,包括 Rustup 附带的所有 Rust 工具和库。

结尾

现在,您已经知道了如何在 Shell/Bash 中卸载 Rust。在卸载 Rust 之前,请确保您真正要卸载它。