Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install Google Chrome on Debian 11 - DesignLinux

Nov 25 2022
designlinux 0 Comments
how-to-install-google-chrome-on-debian-11

Google Chrome is fastest, powerful and most popular web browser. It’s secure browser and easy to use for the latest web. It is based on Chromium browser which is available in Debian repositories. In this tutorial we will show you steps to install Google Chrome web browser on Debian 11.

Prerequisites#

  • Before you starting installation, you should logged in as a non-root user with sudo privileges.

How to Install Google Chrome on Debian 11#

Follow the below given steps to install Google Chrome on your Debian 11 system:

Step 1 – Update your system

First of all, you need to update your Debian system by issuing below given command:

sudo apt update

It will index all the system packages.

Step 2 – Download latest Google Chrome package

After that, start your system terminal and download latest Google Chrome .deb package using below given wget command:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Step 3 – Install Google Chrome

Once the download has been completed, install Google Chrome on your Debian system using apt command:

sudo apt install ./google-chrome-stable_current_amd64.deb

You will be prompt you to enter your password. Enter your system password and hit Enter key to continue.

Step 3 – Start Google Chrome

Now Google Chrome is installed on you Debian system. You can start it either by using command line by typing google-chrome or you can click on Google Chrome icon from Activities → Google Chrome.

If you will Google Chrome for first time, it will show a dialog like as below. It will ask, if you want to make Google Chrome your default browser and to send usage statistic and crash reports to Google:

Select according to your preference, and click OK to proceed.

After that, Google Chrome will open and you can see default chrome welcome page as given below:

debian-google-chrome-welcome-page

Finally, installation is completed and you can enjoy browsing with Google Chrome.

Upgrade Google Chrome#

At the time of installation, Google Chrome official repository will be added to your Debian 10 machine. You can verify the file contents using cat command:

cat /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

It will confirm that your Google Chrome installation do update automatically when a new version released.

Conclusion#

You have successfully learned how to install Google Chrome on Debian 11 Bullseye. You also can import bookmarks, passwords and settings into Chrome from your another browsers.

If you facing any issue in installing Google Chrome, please leave comment below.

Related

Tags: browser, chrome, debian

How to Install MariaDB on Ubuntu 22.04

Prev Post

How to Install Google Chrome on Ubuntu 22.04

Next Post
Archives
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
Categories
  • AlmaLinux
  • Android
  • Ansible
  • Apache
  • Arch Linux
  • AWS
  • Backups
  • Bash Shell
  • Bodhi Linux
  • CentOS
  • CentOS Stream
  • Chef
  • Cloud Software
  • CMS
  • Commandline Tools
  • Control Panels
  • CouchDB
  • Data Recovery Tools
  • Databases
  • Debian
  • Deepin Linux
  • Desktops
  • Development Tools
  • Docker
  • Download Managers
  • Drupal
  • Editors
  • Elementary OS
  • Encryption Tools
  • Fedora
  • Firewalls
  • FreeBSD
  • FTP
  • GIMP
  • Git
  • Hadoop
  • HAProxy
  • Java
  • Jenkins
  • Joomla
  • Kali Linux
  • KDE
  • Kubernetes
  • KVM
  • Laravel
  • Let's Encrypt
  • LFCA
  • Linux Certifications
  • Linux Commands
  • Linux Desktop
  • Linux Distros
  • Linux IDE
  • Linux Mint
  • Linux Talks
  • Lubuntu
  • LXC
  • Mail Server
  • Manjaro
  • MariaDB
  • MongoDB
  • Monitoring Tools
  • MySQL
  • Network
  • Networking Commands
  • NFS
  • Nginx
  • Nodejs
  • NTP
  • Open Source
  • OpenSUSE
  • Oracle Linux
  • Package Managers
  • Pentoo
  • PHP
  • Podman
  • Postfix Mail Server
  • PostgreSQL
  • Python
  • Questions
  • RedHat
  • Redis Server
  • Rocky Linux
  • Security
  • Shell Scripting
  • SQLite
  • SSH
  • Storage
  • Suse
  • Terminals
  • Text Editors
  • Top Tools
  • Torrent Clients
  • Tutorial
  • Ubuntu
  • Udemy Courses
  • Uncategorized
  • VirtualBox
  • Virtualization
  • VMware
  • VPN
  • VSCode Editor
  • Web Browsers
  • Web Design
  • Web Hosting
  • Web Servers
  • Webmin
  • Windows
  • Windows Subsystem
  • WordPress
  • Zabbix
  • Zentyal
  • Zorin OS
Visits
  • 0
  • 65
  • 1,054,837

DesignLinux.com © All rights reserved

Go to mobile version