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

Chrome Installation in Mageia 8 – Step-by-step

March 13, 2022 | By the+gnu+linux+evangelist.

Installing

  1. 3. Installing Packages

    Then Install Required Lsb for Mageia
    Try with:

    sudo su -c "dnf install lsb-core-lib64"

    Or:

    su -c "urpmi lsb-core-lib64"
  2. 4. Installing Chrome

    Finally, to Install Google-Chrome on Mageia 8
    First, Access the Target location
    (Usually Downloads go in the Home folder or when Downloaded with Firefox may be into the Temporary directory /tmp/mozilla*)
    With:

    cd ~/Downloads

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

    ls . | grep chrome

    Then to Setup it with dnf run:

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

    Or by urpmi:

    su -c "urpmi ./google-chrome*.rpm"
  3. 5. Launching Chrome

    Finally, Run & Enjoy Google-Chrome on Mageia.

    How to Install Chrome Mageia 8 Linux - Chrome Browser

Contents