Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 904 Bytes

di-5.4-jie-firefox-yu-chromium-an-zhuang.md

File metadata and controls

51 lines (34 loc) · 904 Bytes

第 5.4 节 Firefox 与 Chromium 安装

火狐浏览器

安装普通版本(更新频繁):

# pkg install firefox

或者

# cd /usr/ports/www/firefox
# make install clean

安装长期支持版本:

pkg install firefox-esr

或者

#cd /usr/ports/www/firefox-esr/ && make install clean

Chromium(Chromium 不是 chrome,但是启动命令是 chrome)

# pkg install chromium 

或者

# cd /usr/ports/www/chromium
# make install clean
  • Chromium 加入 Google 同步

Launch Chromium with API Keys on Mac OS X and Windows

  • 解决 chromium 出现未知错误时占用大量性能(加到图标的启动参数中)
chrome --disk-cache-size=0 --disable-gpu