Content
You are here:
Uninstalling Open Project Centos 7
Added by Lisa Page almost 5 years ago
Hello,
I would like to uninstall Open Project from my Centos 7 server. The instillation was done via the command line, following the steps from the website. I have looked through the documentation and also google. Nobody seems to have a solution, when others have asked. Is there a way to uninstall Open Project?
Regards.
Replies (1)
There are instructions here and here that might or might not work. This seems to work:
sudo yum remove openproject
Not sure if that gets everything. I get a lot of 'remove failed: No such file or directory' warnings.
Edit:
If you installed memcached during the installation process, you'd probably want to remove that as well. It was dragging down my server:
yum remove memcached
And to uninstall PostgreSQL:
yum remove postgres\*