Uninstalling ATS
Uninstallation Against Source Code Installation
- Stop ATS.
1/opt/trafficServer/bin/trafficserver stop
- Delete the related directory.
During source code compilation and installation, only the corresponding files are generated. Therefore, you can directly delete the corresponding directories.
1rm -rf /opt/trafficServer
Uninstallation Against RPM Package Installation
- Stop ATS.
1/opt/trafficServer/bin/trafficserver stop - Query and uninstall ATS.
1 2 3
rpm -qa trafficserver rpm -e trafficserver-8.0.5-1.el8.aarch64 rpm -qa trafficserver


- Verify that the installation directory has been deleted.
1 2
rm -rf /opt/trafficServer ls /opt/trafficServer
Parent topic: ATS Porting Guide