servekrot.blogg.se

How to install html5 browser on chrome
How to install html5 browser on chrome












how to install html5 browser on chrome
  1. #How to install html5 browser on chrome update
  2. #How to install html5 browser on chrome download

To clean up the package manager to ensure that there are no configuration files or dependent packages, run: $ sudo apt-get autoremove in conclusionĪll the steps mentioned are not limited to the Ubuntu operating system, but should be run on Linux Mint, base OS, Zorin OS and other Ubuntu distributions. To remove Google Chrome from the system, enter: $ sudo apt remove google-chrome-stable To do this, use the following command.įor Beta: $ sudo apt-get install google-chrome-betaįor unstable versions of Chrome: $ sudo apt-get install google-chrome-unstable Uninstall Google Chromeįirst, use the keyboard shortcut (Ctrl + Alt + T) or open the terminal from the taskbar. Please note that you can also install Beta and unstable versions of Chrome using the same repository.

#How to install html5 browser on chrome update

To update, you can run the same above command again when a new version is available, or update the system with the following command sudo apt-get update. If you have completed all the steps above, run: $ sudo apt-get install google-chrome-stable

#How to install html5 browser on chrome download

Or use the following single line: $ sudo sh -c 'echo "deb stable main" > /etc/apt//google-chrome.list'Īfter adding the Google repository to the source file, you need to get the repository key using the following command $ wget -q -O - | sudo apt-key add - 01) Visit the google chrome website and click Download Chrome: 02) Select your download package, in this case, I choose 64-bit. Then add the following and save the file: deb stable main To do this, create a file named “google-chrome.list” in the “/etc/apt/” directory.Įnter the following command in the terminal: $ sudo vi /etc/apt//google-chrome.list # You may comment out this entry, but any other modifications may be lost.įor terminal-centric users, you can install the chrome browser by manually adding the Google repository. # THIS FILE IS AUTOMATICALLY CONFIGURED #

how to install html5 browser on chrome

You can verify by checking the following documents: $ cat /etc/apt//google-chrome.list Output The installation process will add a PPA to your system, so whenever you update your system through the “Software Update” tool, Google Chrome will automatically receive the latest update. It is recommended to provide the latest chrome update to provide more security features, other improvements and features. Or run chrome in the background: $ google-chrome & Update Google Chrome To start Google Chrome from the terminal, run: $ google-chrome Or use the apt-get command: $ sudo apt-get install. Use dpkg: $ sudo dpkg -i google-chrome-stable_current_b














How to install html5 browser on chrome