Tripwireをインストールしましたが、誤ってpostfixをインストールするように依頼しました。どうすればpostfixを削除してtripwireを失うことはありませんか?
root@blah:~# apt-get remove postfix
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
mailutils postfix tripwire
0 upgraded, 0 newly installed, 3 to remove and 10 not upgraded.
After this operation, 16.4 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
-
root@blah:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 15.10
Release: 15.10
Codename: wily
PostfixはおそらくデフォルトのMTAであり、Tripwireパッケージには依存関係として定義されています。これが、postfixを削除しようとするとTripwireが必要になる理由です。
すでにメールエージェントがインストールされている場合は、apt-get --nodeps
を使用してpostfixを削除し、tripwireを再インストールできます。
個人的に私はこれを避けて、十分に放っておくでしょう。いつでもインストールしたままにしておくことができますが、必要になるまでサービスは無効になります。