plasma-browser-integration-host command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
plasma-browser-integration-host: command not found
or when using sudo you get the following error message
sudo: plasma-browser-integration-host: command not found
Solutions to plasma-browser-integration-host: command not found
How To Fix plasma-browser-integration-host: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu plasma-browser-integration-host is provided by plasma-browser-integration package.
plasma-browser-integration is:
Plasma Browser Integration is an extension for common browsers to closer fit into the Plasma shell. This includes: - Media Controls Lets you control video and audio players in websites using the Media Controller plasmoid, media keys on your keyboard, and even remotely from your phone. - Send links via KDE Connect Adds a context menu entry to links enabling you to send them to your phone and other paired devices. - Show downloads in and control them from Plasma’s notification area. - Find browser tabs in the Run Command (Alt-Space) window Make sure the “Browser Tabs” module is enabled in Plasma Search (KRunner) settings.
To fix this problem, we can install more using the command below.
sudo apt-get -y install plasma-browser-integration
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install plasma-browser-integration.
sudo apt -y install plasma-browser-integration
Or if you have aptitude installed you can use the following command.
sudo aptitude install plasma-browser-integration
Summary
In this tutorial we learn how to fix plasma-browser-integration-host command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.