从 Ubuntu 20.04 中完全卸载 solana

从 Ubuntu 20.04 中完全卸载 solana

我在 Ubuntu 20.04 上安装了 solana cli 以用作验证器节点。我是初学者,在此过程中犯了一些错误,验证器没有启动。我使用了以下命令:

sh -c "$(curl -sSfL https://release.solana.com/v1.9.12/install)"

现在,我想从头开始,为此,我想知道删除文件夹“solana”是否足够,还是我必须采取更多步骤?

答案1

找出 solana 安装文件夹并运行:

which solana

通常是~/.local/share/solana删除它并删除~/.config/solana

相关内容