Skip to content

thepinak503/debchrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Google Chrome Installation Script

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.

πŸš€ Quick Installation

One-Line Installation

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.

πŸ–₯️ Supported Systems

  • Ubuntu (18.04+)
  • Debian (9+)
  • Linux Mint
  • Pop!_OS
  • Elementary OS
  • Other Debian-based distributions

πŸ“‹ Prerequisites

  • Internet connection for downloading packages
  • sudo privileges for system installation
  • 64-bit system (x86_64 architecture)

πŸ”§ What This Script Does

  1. Updates APT package lists
  2. Installs dependencies (wget, gnupg, software-properties-common)
  3. Downloads Chrome .deb package from Google
  4. Installs Chrome using dpkg/apt
  5. Fixes dependencies if needed

πŸ› οΈ Manual Installation

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

βœ… Launch Chrome

After installation, launch Chrome using:

# From terminal
google-chrome-stable

# Or search "Chrome" in Applications menu

πŸ—‘οΈ Uninstallation

# Remove Chrome
sudo apt remove --purge google-chrome-stable

# Clean user data (optional)
rm -rf ~/.config/google-chrome/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages