supervisor in the installation and uninstallation of Ubuntu

installation:

sudo apt-get install supervisor

Uninstall:

sudo apt purge supervisor

whereis supervisord

Where to find supervisord

root@jdu4e00u53f7:~# whereis supervisord
supervisord: /usr/local/bin/supervisord
rm -rf /usr/local/bin/supervisord

Guess you like

Origin blog.51cto.com/13766835/2462411