Why use Google chrome ?
We have multiple web browsers as alternatives of chrome, but still, users prefer to use Google chrome. Below is few my point of views about Chrome.- First thing is that Google chrome is developed by Google, Every one trust on Google products.
- Google chrome is very light weight and fast web browser
- It provides easy to access, We can browser web site and search with same box.
- Google chrome created individual process for each window, So on multi user environment, multiple users can use Chrome on one system.
How to Install Firefox 53.0 on Linux
Step 1: Adding Google Chrome PPA
First, add (if not added already) the Google chrome repository in our system using following commands. While using PPA to our system we also receive the latest updates whenever you check for system updates.$ 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'
Step 2: Install or Upgrade Google Chrome
After adding Google chrome repository in our system use following commands to install latest Google chrome stable release. If you already have installed an older version, It will upgrade currently installed version with recent stable version.$ sudo apt-get update $ sudo apt-get installgoogle-chrome-stable
Step 3: Start Google Chrome
After completing step 2 the Google chrome has been installed successfully on our system. Let start Google chrome using the desktop menu or using one of the following command.$google-chrome & [or] $google-chrome-stable &
Congratulation’s you have successfully installed Google chrome on Ubuntu system.
We can also use Google chrome GUI installer to install with graphical interface.
Comments
Post a Comment