wf-recorder command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wf-recorder: command not found
or when using sudo you get the following error message
sudo: wf-recorder: command not found
Solutions to wf-recorder: command not found
How To Fix wf-recorder: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wf-recorder is provided by wf-recorder package.
wf-recorder is:
wf-recorder is a utility program for screen recording of wlroots-based compositors (more specifically, those that support wlr-screencopy-v1 and xdg-output).
To fix this problem, we can install more using the command below.
sudo apt-get -y install wf-recorder
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wf-recorder.
sudo apt -y install wf-recorder
Or if you have aptitude installed you can use the following command.
sudo aptitude install wf-recorder
Summary
In this tutorial we learn how to fix wf-recorder command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.