caja-actions-run command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
caja-actions-run: command not found
or when using sudo you get the following error message
sudo: caja-actions-run: command not found
Solutions to caja-actions-run: command not found
How To Fix caja-actions-run: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu caja-actions-run is provided by caja-actions package.
caja-actions is:
Caja-actions is an extension for Caja file manager which allows the user to add arbitrary program to be launched through the Caja file manager popup menu of selected files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install caja-actions
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install caja-actions.
sudo apt -y install caja-actions
Or if you have aptitude installed you can use the following command.
sudo aptitude install caja-actions
Summary
In this tutorial we learn how to fix caja-actions-run command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.