Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. root@vps-zap373328-2:~# apt-get -f install apache2
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. apache2 is already the newest version.
  6. You might want to run 'apt-get -f install' to correct these:
  7. The following packages have unmet dependencies:
  8. mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
  9. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s olution).
  10. root@vps-zap373328-2:~# apt-get -f apache2
  11. E: Command line option 'f' [from -f] is not known.
  12. root@vps-zap373328-2:~# apt-get -f install apache2
  13. Reading package lists... Done
  14. Building dependency tree
  15. Reading state information... Done
  16. apache2 is already the newest version.
  17. You might want to run 'apt-get -f install' to correct these:
  18. The following packages have unmet dependencies:
  19. mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
  20. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s olution).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement