Dovecotのアンインストールに問題があります。そしてそれを修正しようとしている間、私はそれをさらに悪化させました。これが「ログ」です。
Errors were encountered while processing:
dovecot-imapd
dovecot-pop3d
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@gasimzada:/usr/lib# apt-get remove -f dovecot-imapd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
dovecot-imapd dovecot-pop3d
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 976 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 43903 files and directories currently installed.)
Removing dovecot-imapd ...
doveconf: error while loading shared libraries: libdovecot.so.0: cannot open shared object file: No such file or directory
[....] Starting IMAP/POP3 mail server: dovecot/usr/sbin/dovecot: error while loading shared libraries: libdovecot.so.0: cannot open shared object file: No such file or directory
failed!
invoke-rc.d: initscript dovecot, action "start" failed.
dpkg: error processing dovecot-imapd (--remove):
subprocess installed post-removal script returned error exit status 1
Removing dovecot-pop3d ...
doveconf: error while loading shared libraries: libdovecot.so.0: cannot open shared object file: No such file or directory
[....] Starting IMAP/POP3 mail server: dovecot/usr/sbin/dovecot: error while loading shared libraries: libdovecot.so.0: cannot open shared object file: No such file or directory
failed!
invoke-rc.d: initscript dovecot, action "start" failed.
dpkg: error processing dovecot-pop3d (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
dovecot-imapd
dovecot-pop3d
E: Sub-process /usr/bin/dpkg returned an error code (1)
エラーが発生する理由は、/ usr/libからdovecotフォルダーを削除したためです。これは恐ろしい考えでした。パッケージを実行せずにパッケージを削除する代わりの方法は何ですか?
ありがとう、
これにより、debianでdovecotがアンインストールされます。
systemctl stop dovecot
systemctl disable dovecot
apt-get purge dovecot-core
apt-get autoremove dovecot-core
オプションa)
パッケージを再インストールし、すぐに削除します。
オプションb)
Doveconfを呼び出さないように、ポストrmスクリプトファイルを微調整します。
オプションc)
Doveconf自体を微調整して、/ bin/trueのクローンにします。
再インストール/アンインストール/パージが機能しませんでした。これはしました:
これは私のために働いた:
一番上の行にexit0を置き(コメントの後の2行目に置くこともできます)保存し、aptitude-removeを試して壊れたインストールを削除します
:-)