cockpit-bridge command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cockpit-bridge: command not found
or when using sudo you get the following error message
sudo: cockpit-bridge: command not found
Solutions to cockpit-bridge: command not found
How To Fix cockpit-bridge: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cockpit-bridge is provided by cockpit-bridge package.
cockpit-bridge is:
The Cockpit bridge component installed server side and runs commands on the system on behalf of the web based user interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cockpit-bridge
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cockpit-bridge.
sudo apt -y install cockpit-bridge
Or if you have aptitude installed you can use the following command.
sudo aptitude install cockpit-bridge
Summary
In this tutorial we learn how to fix cockpit-bridge command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.