从 debs 下载 chrome

从 debs 下载 chrome

尝试从 PPa 下载,但他们找不到包。然后从 deb 包下载,下载并保存,但提示导致大量输出,并建议或多或少地通过管道传输。尝试 apt-get install,但仍然找不到包。所有信息在这里:

2017-09-09 14:16:48 (207 KB/s) - ‘google-chrome-stable_current_amd64.deb.1’ saved [65532326/65532326]

margaret@margaret-VS273AA-ABU-CQ5226UK:~$ sudo dpkg –i google-chrome-stable_current_amd64.deb
dpkg: error: need an action option

Type dpkg --help for help about installing and uninstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
margaret@margaret-VS273AA-ABU-CQ5226UK:~$ sudo apt-get install google-chrome-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package google-chrome-stable
margaret@margaret-VS273AA-ABU-CQ5226UK:~$ sudo apt-get install google-chrome-stable

请问我该如何管道化它或者如何安装它呢

答案1

打开终端并导航到文件所在的目录。
通常cd /home/downloads

然后输入:dpkg -i google-chrome-stable_current_amd64.deb.1

如果您希望收到更新通知,您应该将 chrome 的存储库添加到您的源中。

答案2

从以下网址下载 Chrome这里

转到下载文件夹:

cd Downloads/

然后输入:

sudo apt install ./google-chrome-stable_current_amd64.deb

或者您也可以使用与 Chrome 几乎相同的 Chromium。

如果你想使用 Chromium,只需输入:

sudo apt install chromium-browser

答案3

步骤 1:下载开发

https://www.google.com/chrome/browser/desktop/index.html?platform=linux&extra=devchannel

第 2 步:尝试通过 Gdebi 包安装程序进行安装

步骤 3:如果仍然失败,请向 chrome 团队报告。因为 DEV 表示正在开发中的版本。您的报告将改进产品。

相关内容