• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Uncategorized / Install Google Chrome 44 (Stable PPA) on Ubuntu & Linux Mint

Install Google Chrome 44 (Stable PPA) on Ubuntu & Linux Mint

By Sourabh / August 6, 2015 Category: Uncategorized

Install Google Chrome 44 (Stable PPA) on Ubuntu, Debain and Linux Mint. Terminal commands to install Google Chrome on Ubuntu 15.05 and Ubuntu 14.04 (and Derivatives also).

Install Google Chrome Browser Using PPA

Google Chrome Browser 44 can be installed on Ubuntu and Linux Mint systems using the following command:


$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable

Install Google Chrome via .Deb Package

On 32-Bit System


$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
$ sudo dpkg -i google-chrome-stable_current_i386.deb
$ google-chrome-stable

On 64-Bit System


$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
$ google-chrome-stable

Once it’s installed, you can open Google Chrome Browser via Ubuntu Dash or Terminal.

If you wish to uninstall and remove the Google Chrome Browser, run the following command:


$ sudo apt-get remove google-chrome-stable

Tags: Google Chrome PPA Ubuntu, Google Chrome Stable PPA Ubuntu, Install Google Chrome 44 (Stable PPA) on Linux, Install Google Chrome 44 (Stable PPA) on Linux Mint, Install Google Chrome 44 (Stable PPA) on Ubuntu, Install Google Chrome Browser PPA Ubuntu, Install Google Chrome Browser Ubuntu PPA, Install Google Chrome Browser Using .Deb Package, Install Google Chrome Browser Using PPA, Install Google Chrome DEB Ubuntu, Install Google Chrome PPA Ubuntu, Install Google Chrome Ubuntu, Install Google Chrome Ubuntu PPA, Stable Google Chrome PPA Ubuntu, Ubuntu Google Chrome PPA

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap