Gaming industry under DDoS attack. Get DDoS protection now. Start onboarding
  1. Home
  2. Developers
  3. How to Install Google Chrome in Fedora

How to Install Google Chrome in Fedora

  • By Gcore
  • August 18, 2023
  • 2 min read
How to Install Google Chrome in Fedora

Google Chrome, known for its speed, security, and user-friendly interface, remains one of the top choices for web browsers worldwide. While Fedora comes with its default web browser, many users prefer the familiarity and features that Chrome offers. In this guide, we’ll walk you through the process of installing Google Chrome on your Fedora system, allowing you to take full advantage of its capabilities.

Installing Google Chrome via Terminal

Check out the steps below to install Google Chrome in Fedora:

1. Downloading the Google Chrome RPM file. Before installing Google Chrome, we need to download its RPM package, which is specifically tailored for Fedora and other RPM-based distributions. To do this, open the terminal and enter:

sudo dnf install wget -ywget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

‘wget’ is a utility that can download files from the web. If it isn’t already installed, the first command installs it. The second command fetches the RPM package of the latest stable version of Google Chrome.

2. Installing Google Chrome. After downloading, the next step is the actual installation. Execute the following command:

sudo dnf localinstall google-chrome-stable_current_x86_64.rpm -y

The ‘dnf localinstall’ command is used to install RPM packages. In this case, we’re telling ‘dnf’ to install the Google Chrome package we just downloaded.

3. Launching Google Chrome. With the installation complete, you can start Google Chrome in multiple ways. Here’s the command to run it in terminal:

google-chrome-stable

This command will initiate Google Chrome’s stable version, presenting you with its familiar interface.

That’s it! You’re now installed Google Chrome in your Fedora system. While Fedora comes with Firefox as the default web browser, installing Google Chrome provides an alternative for those who are accustomed to it or have specific needs aligned with its features. Make sure to periodically check for updates to ensure you have the latest security patches and functionalities. Always remember to download and install software from official or trusted sources to safeguard against potential threats.

Conclusion

Want to run Fedora in a virtual environment? With Gcore Cloud, you can choose from Basic VM, Virtual Instances, or VPS/VDS suitable for Fedora:

Choose an instance

Related articles

What's the difference between multi-cloud and hybrid cloud?

Multi-cloud and hybrid cloud represent two distinct approaches to distributed computing architecture that build upon the foundation of cloud computing to help organizations improve their IT infrastructure.Multi-cloud environments involve us

What is multi-cloud? Strategy, benefits, and best practices

Multi-cloud is a cloud usage model where an organization utilizes public cloud services from two or more cloud service providers, often combining public, private, and hybrid clouds, as well as different service models, such as Infrastructur

What is cloud migration? Benefits, strategy, and best practices

Cloud migration is the process of transferring digital assets, such as data, applications, and IT resources, from on-premises data centers to cloud platforms, including public, private, hybrid, or multi-cloud environments. Organizations can

What is a private cloud? Benefits, use cases, and implementation

A private cloud is a cloud computing environment dedicated exclusively to a single organization, providing a single-tenant infrastructure that improves security, control, and customization compared to public clouds.Private cloud environment

What is a cloud GPU? Definition, types, and benefits

A cloud GPU is a remotely rented graphics processing unit hosted in a cloud provider's data center, accessible over the internet via APIs or virtual machines. These virtualized resources allow users to access powerful computing capabilities

What is cloud networking: benefits, components, and implementation strategies

Cloud networking is the use and management of network resources, including hardware and software, hosted on public or private cloud infrastructures rather than on-premises equipment. Over 90% of enterprises are expected to adopt cloud netwo

Subscribe to our newsletter

Get the latest industry trends, exclusive insights, and Gcore updates delivered straight to your inbox.