ubuntu uninstall chrome

C++
sudo apt purge google-chrome-stable// Solution 1:
sudo apt-get remove google-chrome-stable

// Solution 2: 
sudo apt-get purge google-chrome-stable
sudo apt-get autoremove
Source

Also in C++: