Trying to install Google but keep getting error message

I’m trying to install google on Fedora Linux Asahi Remix 42 but I keep an error about an update issue that says package conflict found, I have no idea how to fix it any ideas?

Hi and welcome to :fedora: !

You would need to supply more details (what command, which Google package, what error message) in order to understand the issue.

If you’re trying to install an app from the command line, please post the command and the output, as preformatted text, using the </> button.

1 Like

Well, I downloaded this from the google download page


And when I would open It, It would open up the Dolphin software center and
where I would click install and get this error message

And when I click see Technical Details I would get this

You shouldn’t need to manually install the RPM package itself, but rather enable the corresponding repository, if not already enabled. Your error also comes from trying to install an x86_64 package on an aarch64 architecture.

I am on a GNOME version of Fedora, but you should probably be able to enable third party repositories in KDE as well, specifically in Discover, which should also enable the repository for Google Chrome.

Once you’ve tried doing the above, please post the output of dnf repolist --all | grep chrome, as preformatted text, using the </> button.

When google-chrome installs, a flag is set. It is located as file /etc/default/google-chrome. If this file exists, it should be deleted before attempting to install google-chrome.

To install google-chrome:

  1. Navigate to the directory containing the downloaded rpm file
  2. Execute the command dnf install -y <NAME> replacing <NAME> with the actual name of the downloaded rpm file
repo id                                                          repo name                                                   status
copr:copr.fedorainfracloud.org:group_asahi:fedora-remix-branding Copr repo for fedora-remix-branding owned by @asahi        enabled
copr:copr.fedorainfracloud.org:group_asahi:fedora-remix-scripts  Copr repo for fedora-remix-scripts owned by @asahi         enabled
copr:copr.fedorainfracloud.org:group_asahi:flatpak               Copr repo for flatpak owned by @asahi                      enabled
copr:copr.fedorainfracloud.org:group_asahi:kernel                Copr repo for kernel owned by @asahi                       enabled
copr:copr.fedorainfracloud.org:group_asahi:mesa                  Copr repo for mesa owned by @asahi                         enabled
copr:copr.fedorainfracloud.org:group_asahi:mesa-i386             Copr repo for mesa owned by @asahi (i386)                  enabled
copr:copr.fedorainfracloud.org:group_asahi:mesa-x86_64           Copr repo for mesa owned by @asahi (x86_64)                enabled
copr:copr.fedorainfracloud.org:group_asahi:steam                 Copr repo for steam owned by @asahi                        enabled
copr:copr.fedorainfracloud.org:group_asahi:u-boot                Copr repo for u-boot owned by @asahi                       enabled
fedora                                                           Fedora 42 - aarch64                                        enabled
fedora-asahi-remix-hotfixes                                      Fedora Asahi Remix Hotfixes                                enabled
fedora-cisco-openh264                                            Fedora 42 openh264 (From Cisco) - aarch64                  enabled
fedora-cisco-openh264-debuginfo                                  Fedora 42 openh264 (From Cisco) - aarch64 - Debug         disabled
fedora-cisco-openh264-source                                     Fedora 42 openh264 (From Cisco) - aarch64 - Source        disabled
fedora-debuginfo                                                 Fedora 42 - aarch64 - Debug                               disabled
fedora-source                                                    Fedora 42 - Source                                        disabled
rpmfusion-free                                                   RPM Fusion for Fedora 42 - Free                            enabled
rpmfusion-free-debuginfo                                         RPM Fusion for Fedora 42 - Free - Debug                   disabled
rpmfusion-free-source                                            RPM Fusion for Fedora 42 - Free - Source                   enabled
rpmfusion-free-updates                                           RPM Fusion for Fedora 42 - Free - Updates                  enabled
rpmfusion-free-updates-debuginfo                                 RPM Fusion for Fedora 42 - Free - Updates Debug           disabled
rpmfusion-free-updates-source                                    RPM Fusion for Fedora 42 - Free - Updates Source          disabled
rpmfusion-free-updates-testing                                   RPM Fusion for Fedora 42 - Free - Test Updates            disabled
rpmfusion-free-updates-testing-debuginfo                         RPM Fusion for Fedora 42 - Free - Test Updates Debug      disabled
rpmfusion-free-updates-testing-source                            RPM Fusion for Fedora 42 - Free - Test Updates Source     disabled
rpmfusion-nonfree-nvidia-driver                                  RPM Fusion for Fedora 42 - Nonfree - NVIDIA Driver        disabled
rpmfusion-nonfree-nvidia-driver-debuginfo                        RPM Fusion for Fedora 42 - Nonfree - NVIDIA Driver Deb    disabled
rpmfusion-nonfree-nvidia-driver-source                           RPM Fusion for Fedora 42 - Nonfree - NVIDIA Driver Sou    disabled
updates                                                          Fedora 42 - aarch64 - Updates                              enabled
updates-debuginfo                                                Fedora 42 - aarch64 - Updates - Debug                     disabled
updates-source                                                   Fedora 42 - Updates Source                                disabled
updates-testing                                                  Fedora 42 - aarch64 - Test Updates                        disabled
updates-testing-debuginfo                                        Fedora 42 - aarch64 - Test Updates Debug                  disabled
updates-testing-source                                           Fedora 42 - Test Updates Source                           disabled
WineHQ                                                           WineHQ packages                                            enabled

Google Chrome rpms for aarch64 are not available, you will need to build it from source or install chromium instead

1 Like