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.
-
Open a Terminal Shell emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
How to Setup Online Repository Mageia Linux
-
Then Install Required Lsb for Mageia.
su -c "urpmi lsb-core-lib64"
-
Download Google-Chrome for Mageia:
-
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*)cd ~/Downloads
To Verify that it’s there List the contents with:
ls .
-
Finally, to Install Google-Chrome on Mageia Cauldron.
sudo su -c "dnf install ./google-chrome*.rpm"
Or:
su -c "urpmi ./google-chrome*.rpm"