Bootstrap

ubuntu安装chrome无法打开问题

如果在ubuntu安装chrome后,点击chrome打开没反应,可以先试着在terminal上用命令打开

google-chrome

如果运行命令显示

Chrome has locked the profile so that it doesn't get corrupted.  If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.
 

可能是因为你修改了hostname,所以可以试试命令

rm -rf ~/.config/google-chrome/Singleton*

我本地就是这样解决的

参考

https://askubuntu.com/questions/476918/google-chrome-wont-start-after-changing-hostname

;