Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

eggplantSword's avatar

Installing Supervisor on centos server

I hate doing stuff on the company server, I'm trying to setup some jobs and run the queue and from what I read I need Supervisor but I have no idea how to actually set it up.

I'm ssh into the server and am in this folder /public_html/project and I tried this command sudo apt-get install supervisor like it says in the docs but then I get this error

sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?

Now what? Am I trying to install this in the wrong place? I'm at a loss

0 likes
1 reply
Tray2's avatar

That means that the user you logged in with is not allowed to run any commands using sudo. I suggest asking one of the server admins to install it for you.

Please or to participate in this conversation.