Google-Chrome Quick Start on Ubuntu/Debian
Hi! The Tutorial shows you Step-by-Step How to Install Google-Chrome Web Browser on Ubuntu/Debian-based GNU/Linux Desktops.
Google Chrome is a Browser that combines a minimal Design with sophisticated Technology to make the Web faster, safer, and easier.
Moreover, I’m also illustrating here the Easiest Way of Installing the new Downloaded .deb Packages with Dependencies.
The Debian-based Systems include:
- Kali
- LMDE
- Deepin
- Parsix
- antiX
- SparkyLinux
- MakuluLinux
- Elive
And the Ubuntu ones:
- Elementary OS
- Zorin
- Kubuntu
- Lubuntu
- Xubuntu
- LXLE
- Linux Lite
- Bodhi Linux
- Ultimate Edition
- Peppermint
-
Open a Shell Terminal emulator window
Start Typing ‘term’ on Desktop.
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Checking/Installing GDebi Package Installer.
which gdebi
If Not there then:
sudo apt-get install gdebi gdebi-core
-
Download Google-Chrome for Ubuntu:
-
Access the Target location.
(Usually Downloads go in the Home folder or when Downloaded with Firefox may be into the Temporary directory /tmp/mozilla*)
cd ~/Downloads
Or when downloaded with Firefox maybe:
cd /tmp/mozilla*
To Verify that it’s there List the contents with:
ls .
-
And Install Google-Chrome.
sudo gdebi google-chrome*.deb
If Got “User is Not in Sudoers file” then see: How to Enable sudo