Guest User

Untitled

a guest
Nov 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. >apt-get install mysql-server-5.6
  2.  
  3. mysql-server-5.6 : Depends: mysql-common (>= 5.6.22-1~) but 5.5.50-0+deb8u1 is to be installed
  4. Depends: mysql-server-core-5.6 (= 5.6.30-1~bpo8+1) but it is not going to be installed
  5.  
  6.  
  7. E: Unable to correct problems, you have held broken packages.
  8.  
  9. apt-get install --fix-missing mysql-server-5.6
  10.  
  11. NAME="Amazon Linux AMI"
  12. VERSION="2016.03"
  13. ID="amzn"
  14. ID_LIKE="rhel fedora"
  15. VERSION_ID="2016.03"
  16. PRETTY_NAME="Amazon Linux AMI 2016.03"
  17. ANSI_COLOR="0;33"
  18. CPE_NAME="cpe:/o:amazon:linux:2016.03:ga"
  19. HOME_URL="http://aws.amazon.com/amazon-linux-ami/"
  20. Amazon Linux AMI release 2016.03
  21.  
  22. sudo dpkg --configure -a
  23. sudo apt-get -f install
  24. sudo apt-get --fix-missing install
  25. sudo dpkg --configure --pending
  26. sudo dpkg -C # audit - check for broken packages
Add Comment
Please, Sign In to add comment