Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. fix installing & updating packages in KALI
  2. -----------------------------------------------------------
  3. write in terminal
  4. nano /etc/apt/sources.list
  5. and then replace all text with this
  6. # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $
  7. # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $
  8. ## Security updates
  9. deb http://http.kali.org/ /kali main contrib non-free
  10. deb http://http.kali.org/ /wheezy main contrib non-free
  11. deb http://http.kali.org/kali kali-dev main contrib non-free
  12. deb http://http.kali.org/kali kali-dev main/debian-installer
  13. deb-src http://http.kali.org/kali kali-dev main contrib non-free
  14. deb http://http.kali.org/kali kali main contrib non-free
  15. deb http://http.kali.org/kali kali main/debian-installer
  16. deb-src http://http.kali.org/kali kali main contrib non-free
  17. deb http://security.kali.org/kali-security kali/updates main contrib non-free
  18. deb-src http://security.kali.org/kali-security kali/updates main contrib non-fr$
  19. then ctrl+x
  20. press y
  21. press enter
  22. open terminal and write
  23. sudo apt-get upgrade
  24. press enter
  25. then enter this
  26. sudo apt-get update
  27. press enter
  28. -----------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement