Uninstalling etcd Against Source Code Compilation
- 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


- 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