Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
ubuntu系统更新chrome

ubuntu系统更新chrome

1.使用快捷键【Ctrl+Alt+T】打开终端命令模式。

2.输入以下命令获取最新版本的chrome。

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

3.再输入将安装包解压,它会自动覆盖当前的chrome版本,更新最新的chrome。

sudo dpkg -i ./google-chrome-stable_current_amd64.deb