Fix Google Chrome not run on Kali & Parrot


SUBMITTED BY: achillepower

DATE: Sept. 13, 2016, 1:24 p.m.

FORMAT: Text only

SIZE: 1.4 kB

HITS: 1000

  1. +-+-+-+-+-+-+-+-+-+-+-+ |
  2. |E|a|g|l|e|E|y|e|S|e|c|
  3. +-+-+-+-+-+-+-+-+-+-+-+
  4. +---------------------------
  5. _ _ _ _ _ _ _ _ _ _ _ _
  6. / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
  7. ( A | c | h | i | l | l | e | p | o | w | e | r )
  8. \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
  9. Fix Google Chrome not run on Kali & Parrot
  10. Download & install chrome
  11. Lalin is a remake of Lazykali by bradfreda with fixed bugs , added new features and uptodate tools . It's compatible with the latest release of Kali (Rolling)
  12. https://github.com/Screetsec/LALIN
  13. or
  14. Manual installation
  15. https://www.google.com/chrome/browser/desktop/index.html
  16. command-line
  17. dpkg -i google-chrome-stable_current_xxx.deb
  18. solve problem install command-line
  19. apt-get -f install
  20. fix google chrome
  21. apt-get install alacarte
  22. leafpad/opt/google/chrome/google-chrome pres enter
  23. or go to /opt/google/chrome/ and open google-chrome with text editor (leafpad)
  24. ........................
  25. add this one : --user-data-dir
  26. ....exemple ...
  27. --user-data-dir="$CHROME_USER_DATA_DIR" "$@" --user-data-dir
  28. else
  29. exec -a "$0" "$HERE/chrome" "$@"
  30. fi
  31. ................
  32. run google chrome as user Not: no root
  33. gksu -u user google-chrome
  34. exemple
  35. gksu -u achillepower google-chrome

comments powered by Disqus