Saturday, 17 November 2018

How to install Google Chrome

For installing Google Chrome in your Ubuntu system, you have need to follow some following steps.

STEP 1 : Execute the following commands-
cd /tmp
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
The 32-bit version is no longer available. During execution of above commands if you get any errors, please follow step 2 else skip it.

STEP 2 : Execute in case of error getting.
sudo apt-get -f install

Cross check

You can check it by typing google-chrome on terminal or hit the super key and search Google or Chrome.




Related Posts:

  • How To Install MySQL on Ubuntu 16.04 MySQL is an open-source database management system, commonly installed as part of the popular LAMP(Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its… Read More
  • How to install Java 8 in Ubuntu/mint For installing java 8 in your system, you need to executes the following commands with sudo permission. sudo add-apt-repository ppa:webupd8team/java sudo apt update; sudo apt install oracle-java8-installer How to che… Read More
  • How to Hide the contact form from home page and sidebar We can not hide the the recently launched Blogger Contact form permanently (if we do so, we can cant further use custom contact form on the any page), but these's awesome way to hide contact Form in the Blogger and also f… Read More
  • How to fix sudo after “chmod -R 777 /usr/bin”? Today, by mistakenly, I set the 'sudo chmod -R 777' to my /usr/bin folder as a root user. After doing that, I found that , my sudo command was not working at all. After spending a couple (of) hours over googl… Read More
  • How can I start Ubuntu in Safe Mode? How can I start Ubuntu in Safe Mode? Well! Its very easy to start Ubuntu in SAFE MODE. Lets see how we can do this. To start Ubuntu into safe mode (Recovery Mode) hold down the left Shift key as well as  th… Read More

0 comments:

Post a Comment