我一直試圖安裝.deb chrome檔案(google-chrome-stable_current_amd.64.deb),但無法做到。我只得到了 "It is not installable "和 "Some packages could not be installed "的資訊。
日志:
sudo apt install ./google-chrome-stable_current_amd.64.deb
讀取軟體包串列... 完成了
在命令列中給出了不支持的檔案 ./google-chrome-stable_current_amd.64.deb
注意,選擇 "google-chrome-stable:amd64 "而不是"./google-chrome-stable_current_amd64.deb"
。
有些軟體包無法安裝。這可能意味著你已經
這可能意味著你要求一個不可能的情況,或者如果你使用的是不穩定的
發行版,一些需要的軟體包還沒有被創建
或被移出Incoming.
google-chrome-stable:amd64 : Depends: libasound2:amd64 (>= 1.0.16) but it is not installable
需要: libatk-bridge2.0-0:amd64 (>= 2.5.3),但它不能安裝。
推薦::未找到命令
ubuntu@ip-:~$ E: 無法糾正問題,你持有破損的軟體包。
E:: 沒有找到命令
uj5u.com熱心網友回復:
要安裝該軟體包,請使用如下命令:
sudo apt install ./google-chrome-stable_current_amd.64.deb
這也會安裝依賴項。
uj5u.com熱心網友回復:
試試這個方法對我有用
瀏覽到google-chrome-stable_current_amd64.deb所在的檔案夾。舉個例子。 cd/Downloads/
運行此代碼 sudo dpkg -i google-chrome-stable_current_amd64.deb
如果你遇到任何問題,運行sudo apt install -f
然后重新運行下面的代碼
sudo dpkg -i ~/Downloads/google-chrome-stable_current_amd64.deb
通過運行上述代碼,Google-chrome將被安裝。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/328427.html
標籤:
