• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install or Upgrade Google Chrome 63 on Linux Mint 18.3

2522

To Install or Upgrade Google Chrome 63 on Linux Mint 18.3

Ever since Google Chrome 63 was released last December, it has been slowly gaining momentum.   It is a freeware web browser developed by Google Inc which is why it is one of the most popular browsers and used by millions of users. It is simple to install, or upgrade to Google Chrome 63 and this tutorial covers the method to install/upgrade Google Chrome 63 on Linux Mint 18.3. 

 

Installing Google Chrome

First, add the Google Chrome repository on your system using the following command

linuxhelp ~ # wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
OK

 

Now add the PPA URL to the /etc/apt/sources.list.d/google.list file as per your system architecture.

linuxhelp ~ # sudo sh -c ' echo " deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"  > >  /etc/apt/sources.list.d/google.list' 

 

Once it is done, you need to update your repo with the help of the following command. 

linuxhelp ~ # apt-get update 
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Get:2 http://dl.google.com/linux/chrome/deb stable Release [1,189 B]                      
Get:3 http://dl.google.com/linux/chrome/deb stable Release.gpg [819 B]                            
Hit:4 http://archive.ubuntu.com/ubuntu xenial InRelease                                           
Get:5 http://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,385 B]                  
Ign:6 http://packages.linuxmint.com sylvia InRelease                                              
Hit:7 http://archive.canonical.com/ubuntu xenial InRelease                                
Get:8 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                     
Get:9 http://packages.linuxmint.com sylvia Release [24.2 kB]                   
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]     
Get:11 http://packages.linuxmint.com sylvia Release.gpg [819 B]                                
Get:12 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [437 kB]
Get:13 http://packages.linuxmint.com sylvia/upstream amd64 Packages [45.5 kB]  
Get:14 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]                       
Get:15 http://security.ubuntu.com/ubuntu xenial-security/main i386 Packages [393 kB]
Get:16 http://security.ubuntu.com/ubuntu xenial-security/main Translation-en [190 kB]
Get:17 http://packages.linuxmint.com sylvia/upstream i386 Packages [44.8 kB]          
Get:18 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [202 kB]
Get:19 http://security.ubuntu.com/ubuntu xenial-security/universe i386 Packages [163 kB]
Get:20 http://security.ubuntu.com/ubuntu xenial-security/universe Translation-en [103 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [715 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [665 kB]                
Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main Translation-en [297 kB]               
Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [582 kB]           
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [540 kB]            
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [235 kB]           
Get:27 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [4,836 B]            
Get:28 http://archive.ubuntu.com/ubuntu xenial-backports/main i386 Packages [4,840 B]             
Get:29 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [6,628 B]        
Get:30 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [6,620 B]         
Fetched 4,969 kB in 10s (491 kB/s)                                                                
Reading package lists... Done

 

If you already have installed an older version, it will upgrade to the currently installed version with recent stable version.

linuxhelp ~ # apt-get install google-chrome-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  google-chrome-stable
0 upgraded, 1 newly installed, 0 to remove and 183 not upgraded.
.
.
me-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode

This tutorial comes to an end with this.

Tags:
owen
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

How to install google chrome beta version?

A

You have to use "yum install google-chrome-beta" command to get beta version

Q

What is the key to add for chrome?

A

Please refer the link as follow "https://dl-ssl.google.com/linux/linux_signing_key.pub".

Q

what are all the content to be added in repository to install google chrome?

A

By using following contetnts to be added in repository to install google chrome,
# vim /etc/yum.repos.d/google-chrome.repo


[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch /> enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

Q

How to install google chrome by using yum command?

A

you can install google chrome by following command
# yum install google-chrome-stable

Q

what is the command to download the package of google chrome?

A

use the following command to download the package of google chrome
# wget http://chrome.richardlloyd.org.uk/install_chrome.sh

Related Tutorials in How to Install or Upgrade Google Chrome 63 on Linux Mint 18.3

Related Tutorials in How to Install or Upgrade Google Chrome 63 on Linux Mint 18.3

How to install Chrome on Kali Linux
How to install Chrome on Kali Linux
Jul 11, 2017
How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018

Related Forums in How to Install or Upgrade Google Chrome 63 on Linux Mint 18.3

Related Forums in How to Install or Upgrade Google Chrome 63 on Linux Mint 18.3

google chrome
jacob class=
How to fix Chrome (--no-sandbox is not supported) error in centos
Oct 30, 2019
Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
Linux
john class=
shortcut to open incognito browsing for chrome in linux
May 4, 2017
google chrome
sebastian class=
SSL Connection Error
Mar 1, 2021

Related News in How to Install or Upgrade Google Chrome 63 on Linux Mint 18.3

Related News in How to Install or Upgrade Google Chrome 63 on Linux Mint 18.3

Uninstall Blacklisted Extensions With Google's Chrome Admin Policy
Uninstall Blacklisted Extensions With Google's Chrome Admin Policy
Apr 11, 2019
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
5 Best Secure and Private Web Browsers to Look Our For
5 Best Secure and Private Web Browsers to Look Our For
Nov 24, 2018
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Chrome extension Trojan tricks victims in an endless malware loop
Chrome extension Trojan tricks victims in an endless malware loop
Apr 29, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.