Guest User

Untitled

a guest
Jul 6th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. root@bx:~# apt-cache policy libpcap0.8
  2. libpcap0.8:
  3. Installed: 1.7.4-2
  4. Candidate: 1.7.4-2
  5. Version table:
  6. *** 1.7.4-2 500
  7. 500 http://ftp.cuhk.edu.hk/pub/Linux/ubuntu xenial/main amd64 Packages
  8. 100 /var/lib/dpkg/status
  9.  
  10.  
  11.  
  12. root@bx:~# apt-get purge --auto-remove libpcap0.8
  13. Reading package lists... Done
  14. Building dependency tree
  15. Reading state information... Done
  16. You might want to run 'apt-get -f install' to correct these:
  17. The following packages have unmet dependencies:
  18. aircrack-ng : Depends: libpcap0.8 (>= 0.9.8) but it is not going to be installed
  19. libpcap0.8-dev : Depends: libpcap0.8 (= 1.7.4-2) but it is not going to be installed
  20. ppp : Depends: libpcap0.8 (>= 0.9.8) but it is not going to be installed
  21. reaver : Depends: libpcap0.8 (>= 0.9.8) but it is not going to be installed
  22. tcpdump : Depends: libpcap0.8 (>= 1.5.1) but it is not going to be installed
  23. wireshark-common : Depends: libpcap0.8 (>= 1.5.1) but it is not going to be installed
  24. wireshark-qt : Depends: libpcap0.8 (>= 1.5.1) but it is not going to be installed
  25. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  26.  
  27.  
  28. root@bx:~# apt-get remove --dry-run libpcap0.8
  29. Reading package lists... Done
  30. Building dependency tree
  31. Reading state information... Done
  32. You might want to run 'apt-get -f install' to correct these:
  33. The following packages have unmet dependencies:
  34. aircrack-ng : Depends: libpcap0.8 (>= 0.9.8) but it is not going to be installed
  35. libpcap0.8-dev : Depends: libpcap0.8 (= 1.7.4-2) but it is not going to be installed
  36. ppp : Depends: libpcap0.8 (>= 0.9.8) but it is not going to be installed
  37. reaver : Depends: libpcap0.8 (>= 0.9.8) but it is not going to be installed
  38. tcpdump : Depends: libpcap0.8 (>= 1.5.1) but it is not going to be installed
  39. wireshark-common : Depends: libpcap0.8 (>= 1.5.1) but it is not going to be installed
  40. wireshark-qt : Depends: libpcap0.8 (>= 1.5.1) but it is not going to be installed
  41. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  42.  
  43.  
  44. I INSTALLED REAVER MDK3 FROM GITHUB, RUNNING 16.04
Add Comment
Please, Sign In to add comment