Advertisement
chemicalvamp

Untitled

Jan 26th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@KaliTab:~# apt update
  2. Hit:1 http://kali.download/kali kali-rolling InRelease
  3. Reading package lists... Done                          
  4. Building dependency tree      
  5. Reading state information... Done
  6. 1 package can be upgraded. Run 'apt list --upgradable' to see it.
  7. root@KaliTab:~# apt upgrade
  8. Reading package lists... Done
  9. Building dependency tree      
  10. Reading state information... Done
  11. Calculating upgrade... Done
  12. The following packages have been kept back:
  13.   netsniff-ng
  14. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  15. root@KaliTab:~# apt install monodevelop
  16. Reading package lists... Done
  17. Building dependency tree      
  18. Reading state information... Done
  19. E: Unable to locate package monodevelop
  20. root@KaliTab:~# apt install --fix -broken
  21. E: Command line option --fix is not understood in combination with the other options
  22. root@KaliTab:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement