One-Click Google Chrome Stable Installation for Ubuntu/Debian
A streamlined installation script that automatically downloads and installs Google Chrome Stable on Ubuntu and Debian-based Linux systems.
curl -fsSL v.gd/pinakchrome | sudo sh
OR
curl -fsSL https://is.gd/pinakchrome | sudo sh
π‘ You will be prompted to enter your password for sudo privileges during installation.
- Ubuntu (18.04+)
- Debian (9+)
- Linux Mint
- Pop!_OS
- Elementary OS
- Other Debian-based distributions
- Internet connection for downloading packages
- sudo privileges for system installation
- 64-bit system (x86_64 architecture)
- Updates APT package lists
- Installs dependencies (wget, gnupg, software-properties-common)
- Downloads Chrome .deb package from Google
- Installs Chrome using dpkg/apt
- Fixes dependencies if needed
If you prefer manual installation:
# Download Chrome .deb package
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
# Install Chrome
sudo dpkg -i google-chrome-stable_current_amd64.deb
# Fix dependencies if needed
sudo apt install -f
After installation, launch Chrome using:
# From terminal
google-chrome-stable
# Or search "Chrome" in Applications menu
# Remove Chrome
sudo apt remove --purge google-chrome-stable
# Clean user data (optional)
rm -rf ~/.config/google-chrome/