nautilus-script-manager command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nautilus-script-manager: command not found
or when using sudo you get the following error message
sudo: nautilus-script-manager: command not found
Solutions to nautilus-script-manager: command not found
How To Fix nautilus-script-manager: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nautilus-script-manager is provided by nautilus-script-manager package.
nautilus-script-manager is:
This provides a small system-wide nautilus scripts “database” that allows each user to customize the scripts he wants to use, by simply linking them to his private nautilus scripts directory. The manager is basically a wrapper script for ln and rm calls.
Homepage: http://projects.ixios-software.com/nautilus-script-manager/
To fix this problem, we can install more using the command below.
sudo apt-get -y install nautilus-script-manager
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nautilus-script-manager.
sudo apt -y install nautilus-script-manager
Or if you have aptitude installed you can use the following command.
sudo aptitude install nautilus-script-manager
Summary
In this tutorial we learn how to fix nautilus-script-manager command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.