25 文字
1 分

Uninstall Ruby installed from source code.

I wonder why ruby doesn’t have uninstall function.

So I uninstalled manually like this.

# cd /usr/local && find . -name ruby -exec rm -rf {} ]
この記事が役に立ったら
GitHub Sponsorsで応援できます

コメント