Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling etcd Against Source Code Compilation

  1. Uninstall etcd. If etcd is running, run the following command to stop the process:
    ps -ef | grep etcd
    kill -9 248904

    Or

    pkill -9 etcd

  2. Delete the directory.
    During source code compilation and installation, only the corresponding file is generated. Therefore, you can directly delete the corresponding directory.
    cd /usr/local
    rm -rf etcd
    ls /usr/local/etcd