Ubuntu 22.04에서 Couchbase를 다시 설치할 수 없습니다.

Ubuntu 22.04에서 Couchbase를 다시 설치할 수 없습니다.

Couchbase(couchbase-server-community_7.2.0-linux_amd64.deb)를 다시 설치할 수 없습니다. 제거가 제대로 수행되지 않은 것 같습니다. dpkg용 폴더와 tmp 파일을 모두 삭제했는데, 여전히 재설치가 되지 않습니다. 다시 설치할 수 있도록 도와주세요. OS를 삭제하고 다시 설치하면 작동하지만 모범 사례는 아닙니다.)

시스템: 우분투 22.04. CB: 소파베이스-서버-커뮤니티_7.2.0-linux_amd64.deb 및 소파베이스-릴리스-1.0-amd64.deb

Couchbase 문서에 제공된 모든 단계를 따랐습니다.

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:~$

관련 정보