Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Install Chrome on Linux 2023

Chrome is one of the most famous browsers in the world. In other OS it’s easy to install. But if you’re a Linux user or if you’re newly switched to Linux then you may don’t know how to install Chrome on Linux. And that’s why we write this article. By reading this article you will know how you can install the chrome browser on Linux.

Install Chrome on Linux

There are a few ways to install Google Chrome on Linux, depending on your specific distribution. Here are the steps for some common Linux distributions:

1. Ubuntu and Debian:

To Install Chrome on Ubuntu or Debian follow these steps.

  • Download the latest version of Google Chrome from the official website: https://www.google.com/chrome/.
  • Open a terminal and navigate to the download location. You can open a terminal by pressing ctrl + alt + t.
  • Run the command sudo dpkg -i google-chrome-*.deb to install the package.
  • If you receive any dependency errors, use the command sudo apt-get -f install to resolve them.
  • Once the installation is complete, you can launch Chrome from the application launcher.

2. Fedora and Red Hat:

To install chrome on Fedora or Red Hat use these steps.

  • Download the latest version of Google Chrome from the official website: https://www.google.com/chrome/.
  • Open a terminal and navigate to the download location.
  • Run the command sudo yum localinstall google-chrome-*.rpm to install the package.
  • Once the installation is complete, you can launch Chrome from the application launcher.

3. Arch Linux

To install chrome on Arch Linux use these steps.

  • Install Chrome from the Arch Linux User Repository (AUR) using a package manager like yaourt or pacaur.
  • Run the command yaourt -S google-chrome or pacaur -S google-chrome.
  • Once the installation is complete, you can launch Chrome from the application launcher.

Alternatively, you can also install Chrome via the terminal using the command sudo apt install google-chrome-stable

It is important to note that Chrome requires a 64-bit version of Linux to run. If you have a 32-bit version, you will not be able to install or run Chrome.

Read More: xset led on isn’t working 

In addition, please note that installing packages from the official website, might not be the best option as it might not be compatible with your Linux distribution. It’s recommended to use the package manager to install chrome.

How to Uninstall Chrome from Linux

To uninstall Google Chrome from a Linux system, you can use the package manager for your specific distribution. Here are the commands for some common Linux distributions:

  1. Ubuntu and Debian: sudo apt-get remove google-chrome-stable sudo apt-get autoremove
  2. Fedora and Red Hat: sudo dnf remove google-chrome-stable
  3. Arch Linux: sudo pacman -R google-chrome
  4. OpenSUSE: sudo zypper remove google-chrome-stable
  5. Gentoo: emerge -C google-chrome

These commands will remove the Chrome package and its dependencies. However, it will not remove any configuration files or data that may have been created while Chrome was installed.

Alternatively, you can also use the graphical package manager of your distribution to remove the package. You may have to search for Chrome and select the package to remove it.

It is important to note that removing chrome may cause issues with other packages that depend on chrome. If you face any problems after removing chrome, please consult your package manager documentation.

Also, if you have installed chrome manually by downloading the package from the chrome website, you may use the command sudo dpkg -r google-chrome-stable to remove it.

What is Chrome?

Chrome or Google Chrome is a web browser developed by Google. It is a free and open-source browser that is available for multiple platforms including Windows, macOS, Linux, iOS, and Android. Chrome is known for its speed, security, and simplicity. It is also highly customizable, with a wide range of extensions and themes available to enhance the browsing experience. Some of the key features of Chrome include:

  • Speed: Chrome is designed to be fast and responsive, with a minimalistic interface that loads web pages quickly.
  • Security: Chrome has built-in security features such as a sandbox for isolating web pages and a warning system for potentially dangerous websites.
  • Synchronization: Chrome allows users to synchronize their bookmarks, browsing history, and settings across multiple devices by signing in with a Google account.
  • Incognito mode: Chrome allows users to browse the web in private mode, without saving any browsing history or cookies.
  • Developer tools: Chrome has a set of developer tools built-in that can be used to debug and optimize web pages.
  • Extension support: Chrome supports a wide range of extensions, which are small programs that can be added to the browser to extend its functionality.

Chrome has been widely adopted by users worldwide, and as of 2023, it’s considered to be the most widely used browser in the world.



This post first appeared on Tech View 71, please read the originial post: here

Share the post

How to Install Chrome on Linux 2023

×

Subscribe to Tech View 71

Get updates delivered right to your inbox!

Thank you for your subscription

×