chrome-gnome-shell command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
chrome-gnome-shell: command not found
or when using sudo you get the following error message
sudo: chrome-gnome-shell: command not found
Solutions to chrome-gnome-shell: command not found
How To Fix chrome-gnome-shell: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu chrome-gnome-shell is provided by chrome-gnome-shell package.
chrome-gnome-shell is:
Provides integration with GNOME Shell extensions repository for Chromium (and derivatives) and Firefox
This package provides the connector that talks with the browser extension
To fix this problem, we can install more using the command below.
sudo apt-get -y install chrome-gnome-shell
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install chrome-gnome-shell.
sudo apt -y install chrome-gnome-shell
Or if you have aptitude installed you can use the following command.
sudo aptitude install chrome-gnome-shell
Summary
In this tutorial we learn how to fix chrome-gnome-shell command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.