Fedora x86_64 Install Chrome

Source: Internet
Author: User

Get used to chrome and record the steps to install under Fedora x86_64

Add Googe-chrome.repo under/ETC/YUM.REPOS.D, as follows:

[Google-chrome]
Name=google-chrome
Baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
Enabled=1
Gpgcheck=1

To execute the installation command:

Yum Install google-chrome-stable

After the installation is complete, the error of can not run as root appears, and the workaround reference is as follows:

Click to open link

The approximate steps are:

1. Installing Alacarte

Yum-y Install Alacarte

2. Implementation

Alacarte
3. Modify Chrome Properties Parameters

Original parameter/opt/google/chrome/google-chrome%u

modified to/opt/google/chrome/google-chrome--user-data-dir%u

4. Modify the file /opt/google/chrome/google-chrome

Original code exec-a "$0″" $HERE/chrome "" $@ "

modified to Exec-a "$0″" $HERE/chrome "" $@ "--user-data-dir


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.