Ubuntu 22.04 で Couchbase を再インストールできない

Ubuntu 22.04 で Couchbase を再インストールできない

Counchbase (couchbase-server-community_7.2.0-linux_amd64.deb) を再インストールできません。アンインストールが正しく行われていないようです。dpkg のすべてのフォルダーと tmp ファイルを削除しましたが、それでも再インストールできません。再インストールを手伝ってください。OS を削除して再インストールすることはできますが、ベスト プラクティスではありません。

システム: Ubuntu 22.04。CB: couchbase-server-community_7.2.0-linux_amd64.deb および couchbase-release-1.0-amd64.deb

Counchbase ドキュメントに記載されているすべての手順に従いました。

https://docs.couchbase.com/server/current/install/ubuntu-debian-install.html

一時ファイルを削除してシステムを再起動しましたが、うまくいきませんでした。

エラーは次のとおりです:

machine@machine-System-Product-Name:~$ sudo dpkg -i ./couchbase-server-community_7.2.0-linux_amd64.deb
[sudo] password for machine: 
(Reading database ... 207604 files and directories currently installed.)
Preparing to unpack .../couchbase-server-community_7.2.0-linux_amd64.deb ...
/var/lib/dpkg/info/couchbase-server-community.prerm: 5: /opt/couchbase/bin/install/systemd-ctl: not found
dpkg: warning: old couchbase-server-community package pre-removal script subprocess returned error exit status 127
dpkg: trying script from the new package instead ...
/var/lib/dpkg/tmp.ci/prerm: 5: /opt/couchbase/bin/install/systemd-ctl: not found
dpkg: error processing archive ./couchbase-server-community_7.2.0-linux_amd64.deb (--install):
new couchbase-server-community package pre-removal script subprocess returned error exit status 127
Errors were encountered while processing:
./couchbase-server-community_7.2.0-linux_amd64.deb
machine@machine-System-Product-Name:~$
machine@machine-System-Product-Name:~$ sudo dpkg -i ./couchbase-release-1.0-amd64.deb
dpkg: error: cannot access archive './couchbase-release-1.0-amd64.deb': No such file or directory
machine@machine-System-Product-Name:~$ sudo dpkg -i ./couchbase-release-1.0-6-amd64.deb
(Reading database ... 207604 files and directories currently installed.)
Preparing to unpack .../couchbase-release-1.0-6-amd64.deb ...
Supported platforms are: Debian/wheezy,jessie,stretch and Ubuntu/precise,trusty,xenial,bionic
dpkg: error processing archive ./couchbase-release-1.0-6-amd64.deb (--install):
new couchbase-release package pre-installation script subprocess returned error exit status 1
Errors were encountered while processing:
./couchbase-release-1.0-6-amd64.deb
machine@machine-System-Product-Name:~$

関連情報