Posts

Showing posts with the label software

Un-Install Google Chrome in Ubuntu 16.04 || 14.04

Un-Install Google Chrome in Ubuntu 16.04 || 14.04 Open terminal. Copy and paste command sudo apt-get purge google-chrome-stable copy and paste this sudo apt-get autoremove Chrome Successfully Removed from system

Install Google Chrome in Ubuntu 16.04 || 14.04

Install Google Chrome in Ubuntu 16.04 || 14.04 Open terminal. Copy and paste command wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - copy and paste this sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' Now install Chrome Browser sudo apt-get update sudo apt-get install google-chrome-stable launch Google Chrome google-chrome