userfeedbackctl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
userfeedbackctl: command not found
or when using sudo you get the following error message
sudo: userfeedbackctl: command not found
Solutions to userfeedbackctl: command not found
How To Fix userfeedbackctl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu userfeedbackctl is provided by kuserfeedback-bin package.
kuserfeedback-bin is:
Framework for collecting user feedback for applications via telemetry and surveys.
Telemetry
- Extensible set of data sources for telemetry.
- Full control for the user on what data to contribute. Surveys
- Distribute surveys and offer users to participate in them.
- Survey targeting based on telemetry data.
- Allow the user to configure how often they want to participate in surveys.
This package contains the management and analytics applications.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kuserfeedback-bin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kuserfeedback-bin.
sudo apt -y install kuserfeedback-bin
Or if you have aptitude installed you can use the following command.
sudo aptitude install kuserfeedback-bin
Summary
In this tutorial we learn how to fix userfeedbackctl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.