$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Chrome Mageia Cauldron Linux Easy Visual Guide

August 19, 2017 | By the+gnu+linux+evangelist.

Install Chrome Mageia Cauldron

Hello Mageia User! This Guide shows you Step by Step How to Install Chrome Mageia Cauldron GNU/Linux Desktop.

Because Google Chrome is a Browser that combines a minimal Design with sophisticated Technology to make the Web faster, safer, and easier.

Especially relevant: at the same time I’m also pointing out here How to Install the Downloaded .rpm Packages with Dependencies on Mageia Linux Distro.

How to Install Chrome Mageia Cauldron Linux - Featured
  1. Open a Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    How to Install Chrome Mageia Cauldron Linux - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. How to Setup Online Repository Mageia Linux

    Here Mageia Online Repo Setup
    Please Donate $1 to Remove Ads!



    blank
    How to Setup Mageia Online Rpm Repositories for urpmi
  3. Then Install Required Lsb for Mageia.

    Copy
    su -c "urpmi lsb-core-lib64"
  4. Download Google-Chrome for Mageia:

    Here Chrome .rpm 64-bit Release
    Please Donate $1 to Remove Ads!



    blank
    Link to Download Google-Chrome Web Browser Stable for Linux .rpm Release
  5. Next Access the Target location
    (Usually Downloads go in the Home folder or when Downloaded with Firefox may be into the Temporary directory /tmp/mozilla*)

    Copy
    cd ~/Downloads

    To Verify that it’s there List the contents with:

    Copy
    ls .
  6. Finally, to Install Google-Chrome on Mageia Cauldron.

    Copy
    sudo su -c "dnf install ./google-chrome*.rpm"

    Or:

    Copy
    su -c "urpmi ./google-chrome*.rpm"