search

Home  >  Q&A  >  body text

How to uninstall compiled and installed nginx?

How to uninstall compiled and installed nginx?

ringa_leeringa_lee2796 days ago782

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-16 17:19:46

    If the path during compilation is specified--prefix /usr/local/xxx 直接rm -rf /usr/local/xxx即可。
    没指定路径,那就到源码路径执行make uninstall
    如果源码删了 自己到 /usr/bin /etc /usr/sbin /usr/libFind the relevant files and delete them manually

    reply
    0
  • Cancelreply