问题:如何用shell安装chrome
解决办法:
输入:
cd /tmd
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*;sudo apt-get -f install
然后在unity dash中搜索chrome即可使用
本文介绍了一种使用Shell命令行工具安装Google Chrome浏览器的方法。通过在终端执行一系列命令,包括切换目录、下载安装包、安装依赖项等步骤,最终实现Chrome浏览器的安装。安装完成后,在Unity Dash中搜索Chrome即可启动使用。
问题:如何用shell安装chrome
解决办法:
输入:
cd /tmd
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*;sudo apt-get -f install
然后在unity dash中搜索chrome即可使用

被折叠的 条评论
为什么被折叠?