Linux Debian-Like How-to Remove Google Chrome .deb

This Tip Show How-to Manually Remove a Google Crome .deb Installation from Linux Debian-Like Distros.
This Same Process is also Necessary when you Want to Switch of Google Release…

  1. Open Terminal Window
  2. Removing Google-Chrome
    • Stable
      su -c 'apt-get remove google-chrome-stable'
    • Beta
      su -c 'apt-get remove google-chrome-beta'
    • Unstable
      su -c 'apt-get remove google-chrome-unstable'