Uninstalling etcd Against Source Code Compilation
- Uninstall etcd. If etcd is running, run the following command to stop the process:
1 2
ps -ef | grep etcd kill -9 248904
Or
1pkill -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.
1 2 3
cd /usr/local rm -rf etcd ls /usr/local/etcd