您好,登錄后才能下訂單哦!
本篇內(nèi)容介紹了“服務(wù)器怎么安裝google-chrome”的有關(guān)知識(shí),在實(shí)際案例的操作過程中,不少人都會(huì)遇到這樣的困境,接下來就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細(xì)閱讀,能夠?qū)W有所成!
越來越多的網(wǎng)站開始使用前后端分離導(dǎo)致html頁面的數(shù)據(jù)需要通過js進(jìn)行加載渲染,常規(guī)的爬蟲模式已經(jīng)無法進(jìn)行抓取數(shù)據(jù)了。
安裝Google Chrome
cd /ect/yum.repos.d/ vim google-chrome.repo
編輯內(nèi)容
[google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl.google.com/linux/linux_signing_key.pub
注意國(guó)內(nèi)因?yàn)镚FW的原因需要用到如下命令進(jìn)行安裝,不然會(huì)出現(xiàn)無法安裝的情況
yum -y install google-chrome-stable --nogpgcheck
做軟連接
ln -s /usr/bin/google-chrome-stable /bin/chrome
解決root用戶不能運(yùn)行chrome
編輯 vim /usr/bin/google-chrome-stable
增加
exec -a "$0" "$HERE/chrome" "$@" --no-sandbox $HOME
安裝chromedrive
下載對(duì)應(yīng)版本的chromedriver 地址:https://npm.taobao.org/mirrors/chromedriver/
建立軟連接 增加可執(zhí)行權(quán)限
chmod +x chromedriver sudo mv -f chromedriver /usr/local/share/chromedriver sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver
“服務(wù)器怎么安裝google-chrome”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識(shí)可以關(guān)注億速云網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實(shí)用文章!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。