安装chromium(chrome的开发版吧)

    技术2026-04-12  0

    Chromium ready!

    系统版本为10.10。 添加开发源地址,我以后就不说具体的ubuntu

    的编译内容了。

    sudo gedit /etc/apt/sources.list

     

     

    添加如下两行:

    deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu maverick main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu maverick main

    Now add the GPG key using the following command

    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5

     

    Update the source list using the following command

    sudo apt-get update

     

    Install chromium using the following command

     

    sudo apt-get install chromium-browser

     

    最新回复(0)