美文网首页
Ubuntu 安装chrome

Ubuntu 安装chrome

作者: xianyunguh | 来源:发表于2018-10-30 14:20 被阅读0次

首先,打开终端并运行以下命令下载chrome deb包。
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

然后,安装依赖关系。
linuxidc@linuxidc:~/桌面/Linuxidc$ sudo apt install libappindicator1 libdbusmenu-glib4 libdbusmenu-gtk4 libindicator7 libpango1.0-0 libpangox-1.0-0

最后,使用dpkg安装chrome deb包
linuxidc@linuxidc:~/桌面/Linuxidc$ sudo dpkg -i google-chrome-stable_current_amd64.deb

相关文章

网友评论

      本文标题:Ubuntu 安装chrome

      本文链接:https://www.haomeiwen.com/subject/sodgtqtx.html