nautilus-scripts-manager command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nautilus-scripts-manager: command not found
or when using sudo you get the following error message
sudo: nautilus-scripts-manager: command not found
Solutions to nautilus-scripts-manager: command not found
How To Fix nautilus-scripts-manager: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nautilus-scripts-manager is provided by nautilus-scripts-manager package.
nautilus-scripts-manager is:
nautilus-scripts-manager is a small and easy to use application which allows any user to activate, deactivate or just see Nautilus scripts installed in the system.
Nautilus scripts are just ordinary scripts which, once activated, can be ran directly from the right-click menu in the popular GNOME files manager.
This program can be used through its intuitive graphical interface or with a set of command line options. In particular, it can transparently replace the command line utility nautilus-script-manager (notice the missing “s”).
Once installed, it will appear among the user settings utilities (usually in the “Preferences” menu).
To fix this problem, we can install more using the command below.
sudo apt-get -y install nautilus-scripts-manager
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nautilus-scripts-manager.
sudo apt -y install nautilus-scripts-manager
Or if you have aptitude installed you can use the following command.
sudo aptitude install nautilus-scripts-manager
Summary
In this tutorial we learn how to fix nautilus-scripts-manager command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.