Here's how you can install Google's Chrome browser in Linux. Chrome can be a useful alternative to the default browser Firefox in Linux.
1. Open a terminal window.
2. Type in the following commands then hit Enter after each:
For 32-bit Chrome:
https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome-stable_current_i386.deb [For Debian or Ubuntu]
https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm
rpm -ivh google-chrome-beta_current_x86_64.rpm [For Suse or Fedora Linux]
If you encounter any errors simply use
sudo apt-get -f install
For 64-bit Chrome:
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb [For Debian or Ubuntu]
https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
rpm -ivh google-chrome-beta_current_x86_64.rpm [For Suse or Fedora Linux]
If you encounter any errors simply use
sudo apt-get -f install
Congratulation’s you have successfully installed Google chrome on your Linux Machine.
No comments:
Post a Comment