スクリプトはこちら https://github.com/dilawar/Scripts/blob/master/pkg_uninstall.py
サンプルの実行を以下に示します。 pkg 名を最初の引数としてこのスクリプトに渡します。スクリプトは、クエリに一致するインストール済みパッケージの名前を出力します。削除するパッケージを選択します。
dilawar@halwa ~/Scripts (master)> sudo python3 pkg_uninstall.py clamav 0: com.cisco.ClamAV.programs 1: com.cisco.ClamAV.libraries 2: com.cisco.ClamAV.documentation Select a package to uninstall 0 Uninstalling com.cisco.ClamAV.programs Forgot package 'com.cisco.ClamAV.programs' on '/'. dilawar@halwa ~/Scripts (master)> sudo python3 pkg_uninstall.py clamav 0: com.cisco.ClamAV.libraries 1: com.cisco.ClamAV.documentation Select a package to uninstall 0 Uninstalling com.cisco.ClamAV.libraries Forgot package 'com.cisco.ClamAV.libraries' on '/'.
以上です。
以上がMacOS で pkg をアンインストールする Python スクリプトの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。