Guest User

Untitled

a guest
Jan 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get upgrade
  3.  
  4. > Reading package lists... Done
  5. > Building dependency tree
  6. > Reading state information... Done
  7. > You might want to run 'apt-get -f install' to correct these.
  8. > The following packages have unmet dependencies:
  9. > bind9-host : Depends: libdns162 (= 1:9.10.3.dfsg.P4-8ubuntu1.10) but 1:9.10.3.dfsg.P4-8ubuntu1.8 is installed
  10. > dnsutils : Depends: libdns162 (=1:9.10.3.dfsg.P4-8ubuntu1.10) but 1:9.10.3.dfsg.P4-8ubuntu1.8 is installed
  11. > E: Unmet dependencies. Try using -f.
  12.  
  13. sudo apt-get -f install
Add Comment
Please, Sign In to add comment