install chrome on aws ec2 linux server?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am trying to install google chrome using yum install google-chrome-stable
but it is giving me this error on libgdk and libgtk.



Error: Package: google-chrome-stable-61.0.3163.100-1.x86_64 (google-chrome)
Requires: libgdk-3.so.0()(64bit)
Error: Package: google-chrome-stable-61.0.3163.100-1.x86_64 (google-chrome)
Requires: libgtk-3.so.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


I have searched but could not find a way to solve this problem. Running the two command that were suggested does not solve the problem.










share|improve this question























  • Have you tried yum install libgtk-3 -y; yum install google-chrome-stable -y ?
    – Hunter.S.Thompson
    Oct 8 '17 at 20:54











  • ya, already did. It says No package libgtk-3 available.
    – mosaad
    Oct 8 '17 at 21:08















up vote
0
down vote

favorite












I am trying to install google chrome using yum install google-chrome-stable
but it is giving me this error on libgdk and libgtk.



Error: Package: google-chrome-stable-61.0.3163.100-1.x86_64 (google-chrome)
Requires: libgdk-3.so.0()(64bit)
Error: Package: google-chrome-stable-61.0.3163.100-1.x86_64 (google-chrome)
Requires: libgtk-3.so.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


I have searched but could not find a way to solve this problem. Running the two command that were suggested does not solve the problem.










share|improve this question























  • Have you tried yum install libgtk-3 -y; yum install google-chrome-stable -y ?
    – Hunter.S.Thompson
    Oct 8 '17 at 20:54











  • ya, already did. It says No package libgtk-3 available.
    – mosaad
    Oct 8 '17 at 21:08













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am trying to install google chrome using yum install google-chrome-stable
but it is giving me this error on libgdk and libgtk.



Error: Package: google-chrome-stable-61.0.3163.100-1.x86_64 (google-chrome)
Requires: libgdk-3.so.0()(64bit)
Error: Package: google-chrome-stable-61.0.3163.100-1.x86_64 (google-chrome)
Requires: libgtk-3.so.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


I have searched but could not find a way to solve this problem. Running the two command that were suggested does not solve the problem.










share|improve this question















I am trying to install google chrome using yum install google-chrome-stable
but it is giving me this error on libgdk and libgtk.



Error: Package: google-chrome-stable-61.0.3163.100-1.x86_64 (google-chrome)
Requires: libgdk-3.so.0()(64bit)
Error: Package: google-chrome-stable-61.0.3163.100-1.x86_64 (google-chrome)
Requires: libgtk-3.so.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


I have searched but could not find a way to solve this problem. Running the two command that were suggested does not solve the problem.







chrome aws






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 5 '17 at 14:52









Faheem Mitha

22.2k1676133




22.2k1676133










asked Oct 8 '17 at 20:05









mosaad

1012




1012











  • Have you tried yum install libgtk-3 -y; yum install google-chrome-stable -y ?
    – Hunter.S.Thompson
    Oct 8 '17 at 20:54











  • ya, already did. It says No package libgtk-3 available.
    – mosaad
    Oct 8 '17 at 21:08

















  • Have you tried yum install libgtk-3 -y; yum install google-chrome-stable -y ?
    – Hunter.S.Thompson
    Oct 8 '17 at 20:54











  • ya, already did. It says No package libgtk-3 available.
    – mosaad
    Oct 8 '17 at 21:08
















Have you tried yum install libgtk-3 -y; yum install google-chrome-stable -y ?
– Hunter.S.Thompson
Oct 8 '17 at 20:54





Have you tried yum install libgtk-3 -y; yum install google-chrome-stable -y ?
– Hunter.S.Thompson
Oct 8 '17 at 20:54













ya, already did. It says No package libgtk-3 available.
– mosaad
Oct 8 '17 at 21:08





ya, already did. It says No package libgtk-3 available.
– mosaad
Oct 8 '17 at 21:08











1 Answer
1






active

oldest

votes

















up vote
0
down vote













I worked around this by installing an RPM directly:



sudo yum --nogpgcheck localinstall https://intoli.com/blog/installing-google-chrome-on-centos/google-chrome-stable-60.0.3112.113-1.x86_64.rpm





share|improve this answer






















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f396896%2finstall-chrome-on-aws-ec2-linux-server%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I worked around this by installing an RPM directly:



    sudo yum --nogpgcheck localinstall https://intoli.com/blog/installing-google-chrome-on-centos/google-chrome-stable-60.0.3112.113-1.x86_64.rpm





    share|improve this answer


























      up vote
      0
      down vote













      I worked around this by installing an RPM directly:



      sudo yum --nogpgcheck localinstall https://intoli.com/blog/installing-google-chrome-on-centos/google-chrome-stable-60.0.3112.113-1.x86_64.rpm





      share|improve this answer
























        up vote
        0
        down vote










        up vote
        0
        down vote









        I worked around this by installing an RPM directly:



        sudo yum --nogpgcheck localinstall https://intoli.com/blog/installing-google-chrome-on-centos/google-chrome-stable-60.0.3112.113-1.x86_64.rpm





        share|improve this answer














        I worked around this by installing an RPM directly:



        sudo yum --nogpgcheck localinstall https://intoli.com/blog/installing-google-chrome-on-centos/google-chrome-stable-60.0.3112.113-1.x86_64.rpm






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 5 '17 at 16:44









        Michael Mrozek♦

        58.5k27184206




        58.5k27184206










        answered Nov 5 '17 at 14:06









        Farkas Csanád

        101




        101



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f396896%2finstall-chrome-on-aws-ec2-linux-server%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay