MySql을 설치하는 동안 오류가 발생했습니다: E: 하위 프로세스 /usr/bin/dpkg가 오류 코드(1)를 반환했습니다.

MySql을 설치하는 동안 오류가 발생했습니다: E: 하위 프로세스 /usr/bin/dpkg가 오류 코드(1)를 반환했습니다.

MySql을 설치할 수 없습니다. sudo apt install mysql-server를 설치하면 오류가 발생합니다.

과거에는 모든 소프트웨어에 대한 모든 종류의 업데이트를 방해하는 이 오류가 발생했습니다. 그러나 문제를 해결하면 모든 것이 정상으로 돌아오고 MySql을 제외한 모든 소프트웨어를 설치할 수 있습니다. 이는 지금도 마찬가지입니다. Linux Mint 최신 버전에 Mysql을 설치하는 방법은 무엇입니까?

There were errors in processing:
 /var/cache/apt/archives/mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb
E: Sub-process / usr / bin / dpkg returned an error code (1)

보다 정확하게는 다음을 수신합니다.

After this operation, 204 MB of disk space will be occupied.
To continue? [Y / n] s

Download of: 1 http://archive.ubuntu.com/ubuntu focal-updates / main amd64 mysql-client-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [4.423 kB]
Download of: 2 http://archive.ubuntu.com/ubuntu focal-updates / main amd64 mysql-client-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [22.0 kB]
Download of: 3 http://archive.ubuntu.com/ubuntu focal-updates / main amd64 mysql-server-core-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [18.4 MB]
Download of: 4 http://archive.ubuntu.com/ubuntu focal-updates / main amd64 mysql-server-8.0 amd64 8.0.27-0ubuntu0.20.04.1 [1.313 kB]
Download of: 5 http://archive.ubuntu.com/ubuntu focal-updates / main amd64 mysql-server all 8.0.27-0ubuntu0.20.04.1 [9.548 B]
Retrieved 24.2 MB in 5s (4,538 kB / s)
Pre-configuration of packages in progress
Selected the mysql-client-core-8.0 package not previously selected.
(Database reading ... 641576 currently installed files and directories.)
Preparations to extract ... / mysql-client-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ...
Extracting mysql-client-core-8.0 (8.0.27-0ubuntu0.20.04.1) ...
Selected the mysql-client-8.0 package not previously selected.
Preparations to extract ... / mysql-client-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ...
Extracting mysql-client-8.0 (8.0.27-0ubuntu0.20.04.1) ...
Selected the mysql-server-core-8.0 package not previously selected.
Preparations to extract ... / mysql-server-core-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ...
Extracting mysql-server-core-8.0 (8.0.27-0ubuntu0.20.04.1) ...
Preparations to extract ... / mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb ...

grep: / etc / mysql /: File or directory does not exist
Failed to stop mysql.service: Unit mysql.service not loaded.
invoke-rc.d: initscript mysql, action "stop" failed.
invoke-rc.d returned 5
There is a MySQL server running, but we failed in our attempts to stop it.
Stop it yourself and try again!
dpkg: error processing archive /var/cache/apt/archives/mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb (--unpac
k):
 mysql-server-8.0 pre-installation script new package thread returned error status 1
Selected the mysql-server package not previously selected.
Preparations to extract ... / mysql-server_8.0.27-0ubuntu0.20.04.1_all.deb ...
Extraction of mysql-server (8.0.27-0ubuntu0.20.04.1) ...
There were errors in processing:
 /var/cache/apt/archives/mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb
E: Sub-process / usr / bin / dpkg returned an error code (1)

관련 정보