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