Advertisement
Guest User

Untitled

a guest
Mar 12th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. ucc@ucc-Precision-WorkStation-T5400:~$ dpkg -l | awk '$2 ~ "^mysql" { print $2 }' | xargs sudo apt-get remove -y
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Package 'mysql-community-client' is not installed, so not removed
  6. Package 'mysql-community-server' is not installed, so not removed
  7. You might want to run 'apt --fix-broken install' to correct these.
  8. The following packages have unmet dependencies.
  9. dbconfig-mysql : Depends: default-mysql-client but it is not going to be installed or
  10. virtual-mysql-client
  11. libmysqlclient20 : Depends: mysql-common (>= 5.5)
  12. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  13. ucc@ucc-Precision-WorkStation-T5400:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement