① 如何在 Kali linux 中安裝 Google Chrome 瀏覽器
首先,使用 wget 命令來下載最新版本的 Google Chrome 的 debian 安裝包。
# wget
安裝 Google Chrome
在 Kali Linux 安裝 Google Chrome 最容易的方法就是使用 gdebi,它會自動幫你下載所有的依賴包。
# gdebi google-chrome-stable_current_amd64.deb
啟動 Google Chrome
開啟一個終端(terminal),執行 google-chrome 命令來啟動 Google Chrome 瀏覽器。
$ google-chrome
附錄
非法指令 (Illegal Instruction)
當以 root 用戶特權來運行 google-chrome 命令是,會出現 非法指令 (Illegal Instruction) 錯誤信息。因為通常情況下,Kali Linux 默認情況下的默認用戶是 root 用戶,我們需要創建一個虛的非特權用戶,比如 linuxconfig,然後使用這個用戶來啟動 Google Chrome 瀏覽器。如下:
# useradd -m -d /home/linuxconfig linuxconfig # su linuxconfig -c google-chrome
libappindicator1 包未安裝
dpkg: dependency problems prevent configuration of google-chrome-stable: google-chrome-stable depends on libappindicator1; however: Package libappindicator1 is not installed.
② 怎麼在Linux終端打開chrome瀏覽器
具體得看你瀏覽器裝在哪個目錄,例如我的用這個命令
/opt/google/chrome/google-chrome %U
③ 如何在linux CentOS 上安裝chrome 谷歌瀏覽器
傻瓜版,安裝最新版chrome的命令
sudoyuminstallhttps://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
2. 通過其他瀏覽器登陸chrome官網,下載chrome的rpm包,然後安裝
sudorpm-ivhgoogle-chrome-stable_current_x86_64.rpm
④ linux下怎麼用命令行開啟chrome
首先,你的安裝chrome
for
linux安裝完後,會像windows一樣,在啟動器裡面有個chrome圖標,點擊圖標即可打開chrome
當然,也可以在x窗口的終端上輸入chrome回車,用命令方式啟動,前提是chrome安裝路徑在PATH變數中,如果不在變數中,得寫全路徑。
⑤ 如何在linux CentOS 上安裝chrome 谷歌瀏覽器
1、wget http://chrome.richardlloyd.org.uk/install_chrome.sh (用wget下載shell文件)
2、chmod u+x install_chrome.sh (給文件授予許可權)
3、 ./install_chrome.sh -s (用 ./ 命令執行sh文件,-s 表示安裝的穩定版,之後等待數分鍾就好了)
4、如果想卸載,則執行命令 yum remove google-chrome-stable 或者 ./install_chrome.sh -u 命令
5、執行以上命令需要在root許可權下。
參考資料:http://blog.csdn.net/wer724853863/article/details/52458160
⑥ 如何在Linux里安裝chrome
1、去官網下載google瀏覽器的安裝包,這里以ubuntu為例,下載相應的deb安裝包。
⑦ linux下怎麼用命令行開啟chrome
首先,你的安裝chrome for linux安裝完後,會像windows一樣,在啟動器裡面有個chrome圖標,點擊圖標即可打開chrome 當然,也可以在x窗口的終端上輸入chrome回車,用命令方式啟動,前提是chrome安裝路徑在PATH變數中,如果不在變數中,得寫全路徑。
⑧ Linux中怎樣安裝Chrome
請使用與在計算機上安裝程序時所用的相同軟體安裝 Chrome,系統會要求您輸入管理員帳號密碼。
1.下載安裝文件。
2.要打開該軟體包,請點擊確定。
3.點擊安裝軟體包。
4.系統會將 Google Chrome 添加到軟體管理器中,以便隨時更新 Chrome。
cd /tmp
對於64位版本可以使用如下鏈接下載:
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就可以啟動它了。
⑨ Linux中怎樣安裝Chrome
一般在linux如CentOS中可以使用下載rpm包安裝chrome,這種方法一般是比較簡單的。
工具原料:linux系統
1、首先去CentOS網站下載chrome的rpm包,如下圖: