Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server@server-HP-Z420-Workstation:~$ sudo apt install mysql-server
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- mysql-server is already the newest version (8.0.30-0ubuntu0.22.04.1).
- You might want to run 'apt --fix-broken install' to correct these.
- The following packages have unmet dependencies:
- mysql-server : Depends: mysql-server-8.0 but it is not going to be installed
- E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
- server@server-HP-Z420-Workstation:~$ sudo apt --fix-broken install
- Reading package lists... Done
- Building dependency tree... Done
- Reading state information... Done
- Correcting dependencies... Done
- The following additional packages will be installed:
- mysql-server-8.0
- Suggested packages:
- mailx tinyca
- The following NEW packages will be installed:
- mysql-server-8.0
- 0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
- 1 not fully installed or removed.
- Need to get 0 B/1.411 kB of archives.
- After this operation, 1.630 kB of additional disk space will be used.
- Do you want to continue? [Y/n] y
- Preconfiguring packages ...
- dpkg: warning: files list file for package 'mysql-common' missing; assuming package has no files currently installed
- dpkg: warning: files list file for package 'mysql-client-core-8.0' missing; assuming package has no files currently installed
- dpkg: warning: files list file for package 'mysql-server-core-8.0' missing; assuming package has no files currently installed
- dpkg: warning: files list file for package 'mysql-client-8.0' missing; assuming package has no files currently installed
- (Reading database ... 255834 files and directories currently installed.)
- Preparing to unpack .../mysql-server-8.0_8.0.30-0ubuntu0.22.04.1_amd64.deb ...
- 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.30-0ubuntu0.22.04.1_amd64.deb (--unpack):
- new mysql-server-8.0 package pre-installation script subprocess returned error exit status 1
- Errors were encountered while processing:
- /var/cache/apt/archives/mysql-server-8.0_8.0.30-0ubuntu0.22.04.1_amd64.deb
- E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement