![안녕하세요, 다음 오류가 발생했습니다: dpkg-deb: 오류: 신호에 의해 붙여넣기 하위 프로세스가 종료됨(깨진 파이프)](https://linux55.com/image/195314/%EC%95%88%EB%85%95%ED%95%98%EC%84%B8%EC%9A%94%2C%20%EB%8B%A4%EC%9D%8C%20%EC%98%A4%EB%A5%98%EA%B0%80%20%EB%B0%9C%EC%83%9D%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4%3A%20dpkg-deb%3A%20%EC%98%A4%EB%A5%98%3A%20%EC%8B%A0%ED%98%B8%EC%97%90%20%EC%9D%98%ED%95%B4%20%EB%B6%99%EC%97%AC%EB%84%A3%EA%B8%B0%20%ED%95%98%EC%9C%84%20%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4%EA%B0%80%20%EC%A2%85%EB%A3%8C%EB%90%A8(%EA%B9%A8%EC%A7%84%20%ED%8C%8C%EC%9D%B4%ED%94%84).png)
나는 여기에 처음 왔고 당신이 나를 도울 수 있기를 바랍니다. 데비안 10에 mumble 서버를 설치하려고 합니다. 실제로 mumble을 설치하기 위해 첫 번째 명령을 실행하면 다음과 같은 결과가 나타납니다:( sudo apt-get update && sudo apt-get upgrade
)
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://security.debian.org/debian-security stretch/updates InRelease
Hit:4 http://deb.debian.org/debian buster-updates InRelease
Ign:5 http://deb.debian.org/debian stretch InRelease
Hit:6 http://deb.debian.org/debian stretch-updates InRelease
Hit:7 http://deb.debian.org/debian stretch Release
Hit:8 http://repo.mysql.com/apt/debian buster InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies:
libmysqlclient21 : Depends:
mysql-community-client-plugins (= 8.0.26-1debian10) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
apt --fix-broken 설치를 시도했습니다.
다음을 반환합니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Do you want to continue? [Y/n] y
Get:1 http://repo.mysql.com/apt/debian buster/mysql-8.0 amd64 mysql-community-client-plugins amd64 8.0.26-1debian10 [1108 kB]
Fetched 1108 kB in 1s (1550 kB/s)
(Reading database ... 56238 files and directories currently installed.)
Preparing to unpack .../mysql-community-client-plugins_8.0.26-1debian10_amd64.deb ...
Unpacking mysql-community-client-plugins (8.0.26-1debian10) ...
dpkg: error processing archive /var/cache/apt/archives/mysql-community-client-plugins_8.0.26-1debian10_amd64.deb (--unpack):
trying to overwrite '/usr/lib/mysql/plugin/authentication_ldap_sasl_client.so', which is also in package mysql-cluster-community-client-plugins_8.0.25-1debian10
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/mysql-community-client-plugins_8.0.26-1debian10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
감사해요