press control+alter+t
ls
sudo dpkg -i (paste name of file)
sudo apt-get -f install
y
============================
Install Latest Stable Google Chrome on Ubuntu 16.04 Xenial Xerus (LTS)
1. Download Google Chrome.
download latest stable google chrome browser from their official site Here
Select your download package 32/64 bit .deb (For Debian/Ubuntu).
in this case i download 64 bit version (google-chrome-stable_current_amd64.deb) and save it to Download folder.
2. Install Latest Stable Google Chrome.
2A. Install using Ubuntu Software center
open your "Downloads folder"
right click on google-chrome-stable_current_amd64.deb then "Open With Software Install"
2B. Install using Ubuntu Command line
open your terminal (ctrl + alt + T)
navigate to your "Downloads folder", ex
cd ~/Downloads
sudo dpkg -i --force-depends google-chrome-stable_current_amd64.deb
open Google Chrome using command :
google-chrome-stable
Uninstall/ Remove Google Chrome on Ubuntu, Linux Mint and Ubuntu derivatives
Uninstall Google chrome using Synaptic Package Manager
easy way to remove Google Chrome from your Ubuntu by using Synaptic Package Manager.
remove_Google_Chrome_Ubuntu_Linux_Mint
- Open your Synaptic Package Manager from Application --: System Tool --: Synaptic Package Manager.
- Search for Chrome, Click search and type "Chrome" (without quote).
- right click on google-chrome-stable choose Mark for Removal or Mark for Complete Removal to complete remove Google Chrome from your Ubuntu or Linux Mint machine.
Uninstall Google chrome using Command line
open your terminal (ctrl + alt + T)
sudo apt-get remove google-chrome-stable
That's all!, how to install and remove latest stable google chrome browser on Ubuntu, Linux Mint and Ubuntu derivatives. I hope this could help
Comments
Post a Comment