CentOS で certbot をアンインストールする方法

CentOS で certbot をアンインストールする方法

LetsEncryptのcertbotはCentOSではサポートされていません。しかし、これをインストールした後、VPSは私に警告し続けました

    
The filesystem “/var/lib/snapd/snap/certbot/1434” mounted at “/var/lib/snapd/snap/certbot/1434” reached “critical” status because you currently use 100% of its available inodes.

これをアンインストールしたいのですが、方法をご存知ですか? ありがとうございます!

答え1

snapdと を削除するために次の方法を使用しましたcertbot。サーバーを静かにできるかどうかはわかりません。それでも機能しない場合は、この回答を更新します。

certbot と snapd のインストール方法を思い出せなかったので、LetsEncypt のインストール ページを確認しました。(https://certbot.eff.org/lets-encrypt/centosrhel7-apache

sudo yum remove certbot

アンインストールスナップ(https://snapcraft.io/docs/snap-on-centos のインストール

sudo yum remove snapd
rm -rf /var/lib/snapd/snap 
rm -rf /snap

関連情報