Guest User

Untitled

a guest
Nov 21st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. $ google-chrome
  2. [2697:2697:0616/211443:ERROR:process_singleton_linux.cc(394)] readlink failed: no authority
  3. [2697:2697:0616/211443:ERROR:process_singleton_linux.cc(240)] readlink(/home/frank/.config/google-chrome/SingletonLock) failed: no authority
  4. [2697:2697:0616/211443:ERROR:process_singleton_linux.cc(240)] readlink(/home/frank/.config/google-chrome/SingletonLock) failed: no authority
  5. [2697:2697:0616/211443:ERROR:process_singleton_linux.cc(264)] Failed to create /home/frank/.config/google-chrome/SingletonLock: no authority
  6. [2697:2697:0616/211443:ERROR:process_singleton_linux.cc(394)] readlink failed: no authority
  7. [2697:2697:0616/211443:ERROR:process_singleton_linux.cc(240)] readlink(/home/frank/.config/google-chrome/SingletonLock) failed: no authority
  8. [2697:2697:0616/211443:ERROR:chrome_browser_main.cc(1209)] Failed to create a ProcessSingleton for your profile directory. This means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process. Aborting now to avoid profile corruption.
  9.  
  10. chown -R frank:frank /home/frank
  11.  
  12. find /home/frank -type d -print0 | xargs -0 chmod 775
  13.  
  14. wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  15.  
  16. sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
  17.  
  18. sudo apt-get update
  19.  
  20. sudo apt-get install google-chrome-stable
  21.  
  22. sudo apt-get install google-chrome-beta
  23.  
  24. sudo apt-get install google-chrome-unstable
Add Comment
Please, Sign In to add comment