The system doesn't have a traditional uninstall command. Here is the correct process:
How to completely uninstall CubeCoders AMP (Windows/Linux) cubecoders amp uninstall
sudo rm -rf /opt/cubecoders/amp sudo rm -rf /etc/systemd/system/amp* sudo systemctl daemon-reload The system doesn't have a traditional uninstall command
On Linux, the process is handled via the terminal. These steps apply to most major distributions like Debian, Ubuntu, CentOS, and RHEL. Uninstalling AMP will
# 1. Stop the service sudo systemctl stop amp
This method removes the AMP software and services but gives you the choice to keep your instance data (servers) and configuration files. This is best if you plan to reinstall later or want to manually archive your servers.
Uninstalling AMP will . If you plan to keep your world files, configurations, or backups, manually copy them to a safe location before proceeding. How to Uninstall AMP on Windows