Fedora21安装Chromium浏览器
Fedora21安装Chromium浏览器 qianghaohao(孤狼) 经过一番折腾,终于把Chromium装好了,记录一下安装过程,以及遇到的问题。 1.新建一个Chromium的源文件(文件名随笔起,不过后缀名要repo): vim google-chrome.repo 在此文件中复制如下内容: # Place this file in your /etc/yum.repos.d/ directory [fedora-chromium-stable] name=Builds of the "stable" tag of the Chromium Web Browser baseurl=https://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-$releasever/$basearch/ enabled=1 skip_if_unavailable=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/spot.gpg [fedora-chromium-stable-source] name=Builds of the "stable" tag of the Chromium Web Browser - Source baseurl=https://repos